duy 1 month ago
parent
commit
c61efb2b12
2 changed files with 8 additions and 4 deletions
  1. 4 2
      src/views/codeRule/ConditionsSet.vue
  2. 4 2
      src/views/codeRule/LinkEle.vue

+ 4 - 2
src/views/codeRule/ConditionsSet.vue

@@ -392,7 +392,8 @@ export default {
       this.paramList[this.activeIndex].standardInfos.splice(index, 1);
       this.addObj={
          ... this.paramList[this.activeIndex],
-         standardInfos:this.paramList[this.activeIndex].standardInfos
+         standardInfos:this.paramList[this.activeIndex].standardInfos,
+          clicked:false
       }
       this.$forceUpdate();
      
@@ -407,7 +408,8 @@ export default {
       )
       this.addObj={
         ... this.paramList[this.activeIndex],
-        standardInfos: this.paramList[this.activeIndex].standardInfos
+        standardInfos: this.paramList[this.activeIndex].standardInfos,
+         clicked:false
       }
       this.addDialogVisible = false
       this.addForm = {

+ 4 - 2
src/views/codeRule/LinkEle.vue

@@ -443,7 +443,8 @@ export default {
     
     this.addObj={
          ... this.paramList[this.activeIndex],
-         group:this.paramList[this.activeIndex].group
+         group:this.paramList[this.activeIndex].group,
+          clicked:false
       }
 
        this.$forceUpdate();
@@ -479,7 +480,8 @@ export default {
     
       this.addObj={
          ... this.paramList[this.activeIndex],
-         group:this.paramList[this.activeIndex].group
+         group:this.paramList[this.activeIndex].group,
+         clicked:false
       }
          console.log( this.addObj,' this.addObj11111');