Kaynağa Gözat

条件设置修改

duy 1 ay önce
ebeveyn
işleme
f4b8fdca3c
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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() {