|
@@ -392,7 +392,8 @@ export default {
|
|
|
this.paramList[this.activeIndex].standardInfos.splice(index, 1);
|
|
|
this.addObj={
|
|
|
... this.paramList[this.activeIndex],
|
|
|
- standardInfos:this.paramList[this.activeIndex].standardInfos
|
|
|
+ standardInfos:this.paramList[this.activeIndex].standardInfos,
|
|
|
+ clicked:false
|
|
|
}
|
|
|
this.$forceUpdate();
|
|
|
|
|
@@ -407,7 +408,8 @@ export default {
|
|
|
)
|
|
|
this.addObj={
|
|
|
... this.paramList[this.activeIndex],
|
|
|
- standardInfos: this.paramList[this.activeIndex].standardInfos
|
|
|
+ standardInfos: this.paramList[this.activeIndex].standardInfos,
|
|
|
+ clicked:false
|
|
|
}
|
|
|
this.addDialogVisible = false
|
|
|
this.addForm = {
|