From c3576dff24adbb52cf807c100afb63399e16f813 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 11 九月 2025 09:36:45 +0800
Subject: [PATCH] 测试完成

---
 src/views/repositoryai/templateku/configurat/taskub.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/views/repositoryai/templateku/configurat/taskub.vue b/src/views/repositoryai/templateku/configurat/taskub.vue
index 7ad9d52..ff3e5e8 100644
--- a/src/views/repositoryai/templateku/configurat/taskub.vue
+++ b/src/views/repositoryai/templateku/configurat/taskub.vue
@@ -274,7 +274,7 @@
           </el-form-item>
           <el-row>
             <el-col :span="20"
-              ><el-form-item label="閫傜敤绉戝" prop="region">
+              ><el-form-item label="閫傜敤璇鹃缁�" prop="region">
                 <el-select
                   v-model="tempDetpRelevanceslist"
                   @remove-tag="removetag"
@@ -282,7 +282,7 @@
                   size="medium"
                   multiple
                   filterable
-                  placeholder="璇烽�夋嫨绉戝"
+                  placeholder="璇烽�夋嫨璇鹃缁�"
                 >
                   <el-option
                     class="ruleFormaa"
@@ -305,7 +305,7 @@
                   size="medium"
                   multiple
                   filterable
-                  placeholder="璇烽�夋嫨绉戝"
+                  placeholder="璇烽�夋嫨璇鹃缁�"
                 >
                   <el-option
                     class="ruleFormaa"
@@ -1492,7 +1492,7 @@
         ivrTaskScriptTargetoptionList: [],
       },
       labelInfovalue: [], //鏍囩涓存椂瀛樺偍
-      deptNamesvalue: [], //绉戝涓存椂瀛樺偍
+      deptNamesvalue: [], //璇鹃缁勪复鏃跺瓨鍌�
       dialogVisiblepatient: false, //閫傜敤鐤剧梾绐楀彛
       dynamicTags: [],
       indexAssortlist: [],
@@ -1519,8 +1519,8 @@
       optionstag: [],
       prefollowuplist: [],
       postfollowuplist: [],
-      tempDetpRelevanceslist: [], //绉戝鏁版嵁
-      tempDetpRelevanceslistform: [], //绉戝鏁版嵁
+      tempDetpRelevanceslist: [], //璇鹃缁勬暟鎹�
+      tempDetpRelevanceslistform: [], //璇鹃缁勬暟鎹�
       tempbelongWards: [], //鐥呭尯鏁版嵁
       tempbelongWardsform: [], //鐥呭尯鏁版嵁
       generallist: [
@@ -1666,9 +1666,9 @@
       this.task = this.$route.query.task;
       this.queryParamsdept.tempid = this.id;
     },
-    // 鑾峰彇绉戝鏍�
+    // 鑾峰彇璇鹃缁勬爲
     getDeptTree() {
-      // 绉戝鍒楄〃
+      // 璇鹃缁勫垪琛�
       deptTreeSelect().then((response) => {
         this.deptOptions = response.data;
         this.flatArray = this.flattenArray(response.data);
@@ -1894,7 +1894,7 @@
       this.illnessVisible = false;
       this.$modal.msgSuccess("缂栬緫鎴愬姛");
     },
-    // 绉戝澶勭悊
+    // 璇鹃缁勫鐞�
     Departmenttreatment() {
       this.$modal.loading("姝e湪淇淇濆瓨鏁版嵁锛岃绋嶅��...");
       this.tempDetpRelevanceslist.forEach((item) => {
@@ -1928,7 +1928,7 @@
       }, 1000);
       // this.submitForm();
     },
-    // 淇濆瓨绉戝/鐥呭尯
+    // 淇濆瓨璇鹃缁�/鐥呭尯
     putbelongDepts(id) {
       this.tempDetpRelevanceslistform.forEach((item) => {
         if (!item.tempid) item.tempid = id;
@@ -1940,7 +1940,7 @@
       if (this.tempDetpRelevanceslistform.length > 0) {
         depthospgetson(this.tempDetpRelevanceslistform).then((res) => {
           if (res.code == 200) {
-            this.$modal.msgSuccess("绉戝鏂板鎴愬姛");
+            this.$modal.msgSuccess("璇鹃缁勬柊澧炴垚鍔�");
           }
         });
       }
@@ -2246,7 +2246,7 @@
     resetForm(formName) {
       this.$refs[formName].resetFields();
     },
-    // 绉戝鍒犻櫎瑙﹀彂
+    // 璇鹃缁勫垹闄よЕ鍙�
     removetag(row) {
       let result = this.deptlist
         .filter((item) => item.deptCode == row)

--
Gitblit v1.9.3