@@ -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() {