feat: 高级参数设置前端实现

This commit is contained in:
Captain.B 2020-08-07 17:46:53 +08:00
parent 9d6c1ea86d
commit 18eb1827ef
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ export default {
this.currentItem = item;
this.itemValueVisible = true;
this.itemValue = item.value;
this.itemValuePreview = null;
},
saveAdvanced() {
this.currentItem.value = this.itemValue;