1
lkk
2 天以前 bf1b5e950fba35537d91c840ba3379764662d9a3
1
2个文件已修改
8 ■■■■ 已修改文件
src/api/system/sfxm.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/project/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/system/sfxm.js
@@ -4,8 +4,8 @@
export function listSfxm(query) {
    return request({
        url: '/system/sfxm/list',
        method: 'post',
        data: query
        method: 'get',
        params: query
    })
}
src/views/hosp/project/index.vue
@@ -921,7 +921,6 @@
                prop="tdzgxj"
              />
            </el-table>
            <div class="pag" v-if="List == true">
              <div class="pag1">
                <pagination
@@ -1484,7 +1483,6 @@
      }
    },
    getlistSfxm() {
      console.log(2222);
      this.loading = true;
      this.List = true;
      listSfxm(this.querycharge).then((response) => {
@@ -1522,6 +1520,8 @@
      this.loading = true;
      getListByXmId(this.queryParam).then((response) => {
        console.log(response,123456);
        this.sfxmList = response.data.date || [];
        if (response.data.date == null) {
          return;