From 509e61f3b9a696b596d18fe6ca78125c5e21ae65 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 02 四月 2026 16:58:15 +0800
Subject: [PATCH] 测试完成

---
 src/views/repositoryai/templateku/configurat/index.vue |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue
index a03ace2..d64c59c 100644
--- a/src/views/repositoryai/templateku/configurat/index.vue
+++ b/src/views/repositoryai/templateku/configurat/index.vue
@@ -1467,6 +1467,7 @@
   illnesslistget,
   getillness,
   getgenerallist,
+  depthospgetsondel,
 } from "@/api/AiCentre/index";
 import OptionalForm from "@/components/OptionalForm"; //姝e垯缁勪欢
 import { getToken } from "@/utils/auth";
@@ -1509,7 +1510,9 @@
       ruleForm: {
         templateName: "",
         revisitBefore:
-          "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄禉涓尰澶т簩闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚銆�",
+          "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾垜浠槸" +
+          localStorage.getItem("orgname") +
+          "鐨勫尰鎶や汉鍛橈紝涓轰簡鏇村ソ鍦颁簡瑙f偍鐨勫悍澶嶆儏鍐碉紝璇锋偍鎶戒竴鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚銆�",
         revisitAfter:
           "璇锋偍娉ㄦ剰浼戞伅鍜岃惀鍏伙紝鐢熸椿涓婅鍔抽�哥粨鍚堬紝閫傚綋閿荤偧锛屾垝鐑熼檺閰掞紝淇濇寔蹇冩儏鑸掔晠锛屽畾鏈熷璇娿�傞偅鏈鍥炶灏卞埌杩欓噷锛岀鎮ㄨ韩浣撳仴搴凤紒",
         ivrLibaTemplateTagList: [],
@@ -1626,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;
@@ -1703,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(",");
@@ -1805,7 +1808,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))
@@ -2112,6 +2115,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;
         });
@@ -2122,7 +2126,7 @@
     },
     handleDelete(row) {
       this.$modal
-        .confirm('鏄惁纭鍒犻櫎闂锛�"' + row.scriptTopic + '?')
+        .confirm('鏄惁纭鍒犻櫎闂锛�"' + row.scriptTopic + "?")
         .then(() => {
           this.ruleForm.ivrLibaTemplateScriptVOList.splice(
             this.ruleForm.ivrLibaTemplateScriptVOList.indexOf(row),
@@ -2194,7 +2198,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