From e6fc429bc28eea2ff4d5f79942159e71bb352192 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 15 八月 2025 17:34:03 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/views/hosp/project/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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