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

---
 src/views/repositoryai/intention/index.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/repositoryai/intention/index.vue b/src/views/repositoryai/intention/index.vue
index 3952f5d..fa40443 100644
--- a/src/views/repositoryai/intention/index.vue
+++ b/src/views/repositoryai/intention/index.vue
@@ -197,7 +197,10 @@
                 :show-overflow-tooltip="true"
               >
                 <template slot-scope="scope">
-                  <dict-tag :options="valuetypelb" :value="scope.row.valueType" />
+                  <dict-tag
+                    :options="valuetypelb"
+                    :value="scope.row.valueType"
+                  />
                 </template>
               </el-table-column>
               <el-table-column
@@ -745,7 +748,7 @@
         pageNum: 1,
         pageSize: 10,
       },
-      valuetypelb:[],
+      valuetypelb: [],
 
       // 琛ㄥ崟鏍¢獙
       rules: {},
@@ -1137,6 +1140,7 @@
           targetvalue: "",
           targetregex: "",
           targetregex2: "",
+          isoperation: 1,
           dynamiccruxs: [],
           nodynamiccruxs: [],
           dynamiccruxsJson: "",
@@ -1154,6 +1158,7 @@
       this.indexform = row;
       this.dynamicTags = row.baseTagList.map(this.processElement);
       this.testuserList = row.targetoptionList;
+      this.testvalue='';
       this.indexopen = true;
       this.measurement = false;
     },

--
Gitblit v1.9.3