解决新增功能菜单时状态保存失败的bug
This commit is contained in:
parent
5e379f3750
commit
2d04006561
@ -109,6 +109,8 @@
|
||||
},
|
||||
add () {
|
||||
this.edit({});
|
||||
this.model.enabled = true
|
||||
this.enabledSwitch = true
|
||||
},
|
||||
edit (record) {
|
||||
this.form.resetFields();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user