From e06cd3953ba8a6e0eee11c235bce9ced419a2800 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 03 六月 2026 14:05:08 +0800
Subject: [PATCH] 测试完成

---
 src/views/repositoryai/templateku/configurat/index.vue |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue
index 93e2318..a34f016 100644
--- a/src/views/repositoryai/templateku/configurat/index.vue
+++ b/src/views/repositoryai/templateku/configurat/index.vue
@@ -871,7 +871,7 @@
               v-if="item.valueType == 1"
             >
               <div class="dev-text">
-                {{ item.sort }}銆乕鍗曢�塢<span>{{ item.scriptContent }}</span>
+                {{ item.sort }}. [鍗曢�塢<span>{{ item.scriptContent }}</span>
               </div>
               <div class="dev-xx">
                 <el-radio-group v-model="item.remark">
@@ -891,7 +891,7 @@
               v-if="item.valueType == 2"
             >
               <div class="dev-text">
-                {{ item.sort }}銆乕澶氶�塢<span>{{ item.scriptContent }}</span>
+                {{ item.sort }}. [澶氶�塢<span>{{ item.scriptContent }}</span>
               </div>
               <div class="dev-xx">
                 <el-checkbox-group v-model="item.remark">
@@ -1467,14 +1467,14 @@
   illnesslistget,
   getillness,
   getgenerallist,
-  depthospgetsondel
+  depthospgetsondel,
 } from "@/api/AiCentre/index";
 import OptionalForm from "@/components/OptionalForm"; //姝e垯缁勪欢
 import { getToken } from "@/utils/auth";
 import { deptTreeSelect } from "@/api/system/user";
 
 export default {
-  name: "tpuconfigurat",
+  // name: "tpuconfigurat",
   components: { Regular, OptionalForm },
   data() {
     return {
@@ -1510,7 +1510,9 @@
       ruleForm: {
         templateName: "",
         revisitBefore:
-          "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄櫙瀹佷汉姘戝尰闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚銆�",
+          "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾垜浠槸" +
+          localStorage.getItem("orgname") +
+          "鐨勫尰鎶や汉鍛橈紝涓轰簡鏇村ソ鍦颁簡瑙f偍鐨勫悍澶嶆儏鍐碉紝璇锋偍鎶戒竴鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚銆�",
         revisitAfter:
           "璇锋偍娉ㄦ剰浼戞伅鍜岃惀鍏伙紝鐢熸椿涓婅鍔抽�哥粨鍚堬紝閫傚綋閿荤偧锛屾垝鐑熼檺閰掞紝淇濇寔蹇冩儏鑸掔晠锛屽畾鏈熷璇娿�傞偅鏈鍥炶灏卞埌杩欓噷锛岀鎮ㄨ韩浣撳仴搴凤紒",
         ivrLibaTemplateTagList: [],
@@ -1627,7 +1629,7 @@
     this.auxiliary();
     this.getDeptTree();
     this.mode = store.getters.mode;
-    console.log(this.mode,'this.mode');
+    console.log(this.mode, "this.mode");
     this.usable = store.getters.usable;
     this.required = store.getters.required;
     this.valuetype = store.getters.valuetype;
@@ -1704,9 +1706,9 @@
             console.log(2211);
             this.ruleForm = res.data;
             if (this.ruleForm.deptNames)
-            console.log(this.ruleForm.suitway,'suitway');
+              console.log(this.ruleForm.suitway, "suitway");
             this.ruleForm.suitway = this.ruleForm.suitway.split(",");
-            console.log(this.ruleForm.suitway,'suitway');
+            console.log(this.ruleForm.suitway, "suitway");
             if (this.ruleForm.campus)
               this.ruleForm.campus = this.ruleForm.campus.split(",");
             this.ruleForm.submoduleID = this.ruleForm.submoduleID.split(",");
@@ -1762,12 +1764,10 @@
               if (item.deptType == 1) {
                 console.log(this.deptlist, "11");
                 this.deptlist.push(item);
-                console.log("22");
                 this.tempDetpRelevanceslist.push(item.deptCode);
               } else if (item.deptType == 2) {
                 this.hosplist.push(item);
                 this.tempbelongWards.push(item.deptCode);
-                console.log("33");
               }
             });
           }
@@ -1806,7 +1806,7 @@
       if (!this.ruleForm.assortid) {
         this.ruleForm.assortid = -1;
       }
-      this.ruleForm.labelInfo = JSON.stringify(this.dynamicTags);
+      // this.ruleForm.labelInfo = JSON.stringify(this.dynamicTags);
       if (Array.isArray(this.ruleForm.suitway))
         this.ruleForm.suitway = this.ruleForm.suitway.join(",");
       if (Array.isArray(this.ruleForm.campus))
@@ -2113,6 +2113,7 @@
         console.log(res, "璇︽儏");
         res.data.isoperation = 1;
         res.data.pid = this.ruleForm.id;
+        res.data.scriptAssortid = res.data.assortid;
         res.data.ivrLibaScriptTargetoptionList.forEach((item) => {
           item.isoperation = 1;
         });
@@ -2123,7 +2124,7 @@
     },
     handleDelete(row) {
       this.$modal
-        .confirm('鏄惁纭鍒犻櫎闂锛�"' + row.scriptTopic + '?')
+        .confirm('鏄惁纭鍒犻櫎闂锛�"' + row.scriptTopic + "?")
         .then(() => {
           this.ruleForm.ivrLibaTemplateScriptVOList.splice(
             this.ruleForm.ivrLibaTemplateScriptVOList.indexOf(row),
@@ -2195,7 +2196,7 @@
         } else {
           item.nextScriptno = item.sort + 1;
         }
-        if (item.ivrLibaScriptTargetoptionList&&!item.branchFlag) {
+        if (item.ivrLibaScriptTargetoptionList && !item.branchFlag) {
           item.ivrLibaScriptTargetoptionList.forEach((items) => {
             items.nextQuestion = Number(item.sort) + 1;
           });

--
Gitblit v1.9.3