duy преди 1 месец
родител
ревизия
f4b8fdca3c
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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() {