From e7170681ee9e544f51564e026279875c0cc31563 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 25 七月 2024 14:55:09 +0800
Subject: [PATCH] 测试完成

---
 src/views/repositoryai/templateku/configurat/index.vue   |    1 +
 src/views/repositoryai/verbaltrick/particulars/index.vue |    1 +
 src/views/repositoryai/intention/index.vue               |   14 +++++++-------
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/views/repositoryai/intention/index.vue b/src/views/repositoryai/intention/index.vue
index a7edc4b..4a78f11 100644
--- a/src/views/repositoryai/intention/index.vue
+++ b/src/views/repositoryai/intention/index.vue
@@ -817,7 +817,7 @@
     },
     changeselect(row) {
       console.log(row);
-      this.hasValue = row.includes('2');
+      this.hasValue = row.includes("2");
     },
     //鍒犻櫎鍒嗙被
     deletefenlei(row) {
@@ -921,7 +921,7 @@
       console.log(this.dynamicTags.indexOf(tag));
       const lindex = this.dynamicTags.indexOf(tag);
       this.dynamicTags.splice(this.dynamicTags.indexOf(tag), 1);
-      this.indexform.baseTagList[lindex].isoperation = 3;
+      this.indexform.ivrLibaTargetTagList[lindex].delFlag = 3;
     },
     handleInputConfirm() {
       let tagvalue = {};
@@ -943,9 +943,9 @@
             };
           }
           console.log(tagvalue);
-          this.indexform.baseTagList.push(tagvalue);
+          this.indexform.ivrLibaTargetTagList.push(tagvalue);
           this.dynamicTags.push(tagvalue);
-          console.log(this.indexform.baseTagList);
+          console.log(this.indexform.ivrLibaTargetTagList);
           console.log(this.dynamicTags);
         });
       }
@@ -1130,7 +1130,7 @@
         suitWayList: undefined,
         id: undefined,
         targetdesc: undefined,
-        baseTagList: [],
+        ivrLibaTargetTagList: [],
         targetoptionList: [],
       };
       // this.resetForm("indexform");
@@ -1162,7 +1162,7 @@
       this.reset();
       this.title = "鏂板鎸囨爣";
       this.indexform = {
-        baseTagList: [],
+        ivrLibaTargetTagList: [],
         targetoptionList: [],
       };
       this.dynamicTags = [];
@@ -1205,7 +1205,7 @@
           },
         ];
       }
-      this.dynamicTags = row.baseTagList.map(this.processElement);
+      this.dynamicTags = row.ivrLibaTargetTagList.map(this.processElement);
       this.testuserList = row.targetoptionList;
       console.log(this.testuserList, "bbbb");
       this.testvalue = "";
diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue
index 73ae5c6..b5664fd 100644
--- a/src/views/repositoryai/templateku/configurat/index.vue
+++ b/src/views/repositoryai/templateku/configurat/index.vue
@@ -188,6 +188,7 @@
                 @change="handleInputConfirm"
                 filterable
                 remote
+                allow-create
                 reserve-keyword
                 default-first-option
                 :remote-method="remoteMethodtag"
diff --git a/src/views/repositoryai/verbaltrick/particulars/index.vue b/src/views/repositoryai/verbaltrick/particulars/index.vue
index 14a7cbf..3c89c07 100644
--- a/src/views/repositoryai/verbaltrick/particulars/index.vue
+++ b/src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -131,6 +131,7 @@
                 @change="handleInputConfirm"
                 filterable
                 remote
+                allow-create
                 reserve-keyword
                 default-first-option
                 :remote-method="remoteMethodtag"

--
Gitblit v1.9.3