From 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 11 九月 2025 14:57:52 +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