From fe70ca5799b3b36a6d567464b545782728b2afed Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 11 七月 2025 18:04:58 +0800
Subject: [PATCH] 测试完成

---
 src/views/knowledge/questionnaire/compilequer/index.vue |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/src/views/knowledge/questionnaire/compilequer/index.vue b/src/views/knowledge/questionnaire/compilequer/index.vue
index bc77600..dac734c 100644
--- a/src/views/knowledge/questionnaire/compilequer/index.vue
+++ b/src/views/knowledge/questionnaire/compilequer/index.vue
@@ -247,7 +247,7 @@
             </el-select>
           </el-form-item>
 
-          <el-row>
+          <!-- <el-row>
             <el-col :span="20"
               ><el-form-item label="閫傜敤绉戝" prop="region">
                 <el-select
@@ -292,7 +292,7 @@
                   </el-option>
                 </el-select> </el-form-item
             ></el-col>
-          </el-row>
+          </el-row> -->
           <el-form-item label="缁撴潫璇�" prop="conclusion">
             <el-input
               style="width: 55vw; line-height: 80px"
@@ -1550,22 +1550,22 @@
       });
       this.tempDetpRelevanceslist = [];
       this.tempbelongWards = [];
-      if (this.queryParamsdept.tempid) {
-        depthospgetsonlist(this.queryParamsdept).then((res) => {
-          if (res.code == 200) {
-            let arr = res.rows;
-            arr.forEach((item) => {
-              if (item.deptType == 1) {
-                this.deptlist.push(item);
-                this.tempDetpRelevanceslist.push(item.deptCode);
-              } else if (item.deptType == 2) {
-                this.hosplist.push(item);
-                this.tempbelongWards.push(item.deptCode);
-              }
-            });
-          }
-        });
-      }
+      // if (this.queryParamsdept.tempid) {
+      //   depthospgetsonlist(this.queryParamsdept).then((res) => {
+      //     if (res.code == 200) {
+      //       let arr = res.rows;
+      //       arr.forEach((item) => {
+      //         if (item.deptType == 1) {
+      //           this.deptlist.push(item);
+      //           this.tempDetpRelevanceslist.push(item.deptCode);
+      //         } else if (item.deptType == 2) {
+      //           this.hosplist.push(item);
+      //           this.tempbelongWards.push(item.deptCode);
+      //         }
+      //       });
+      //     }
+      //   });
+      // }
     },
     // 鑾峰彇绉戝鏍�
     getDeptTree() {

--
Gitblit v1.9.3