feat: 高级参数设置前端实现
This commit is contained in:
parent
9d6c1ea86d
commit
18eb1827ef
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue