From bf1b5e950fba35537d91c840ba3379764662d9a3 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 15 八月 2025 17:31:20 +0800 Subject: [PATCH] 1 --- src/api/system/sfxm.js | 4 ++-- src/views/hosp/project/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/system/sfxm.js b/src/api/system/sfxm.js index 227950d..09ef2f0 100644 --- a/src/api/system/sfxm.js +++ b/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 }) } diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index 339d010..76ba41c 100644 --- a/src/views/hosp/project/index.vue +++ b/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; -- Gitblit v1.8.0