|
@@ -423,7 +423,7 @@ export default {
|
|
|
|
|
|
handleDeleteItem(item, index) {
|
|
handleDeleteItem(item, index) {
|
|
this.paramList[this.activeIndex].group.splice(index, 1)
|
|
this.paramList[this.activeIndex].group.splice(index, 1)
|
|
-
|
|
|
|
|
|
+ this.$forceUpdate();
|
|
},
|
|
},
|
|
confirmAdd() {
|
|
confirmAdd() {
|
|
if (this.checkEleList.length === 0) {
|
|
if (this.checkEleList.length === 0) {
|