Browse Source

条件设置修改

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

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

@@ -375,7 +375,8 @@ export default {
        
     },
     handleDeleteItem(item, index) {
-      this.paramList[this.activeIndex].standardInfos.splice(index, 1)
+      this.paramList[this.activeIndex].standardInfos.splice(index, 1);
+      this.$forceUpdate();
      
     },
     confirmAdd() {