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/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