mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-10 04:59:30 +00:00
字典【是否启用】按钮会错误的保存状态 #2311
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
edit(record) {
|
||||
if (record.id) {
|
||||
this.dictId = record.dictId;
|
||||
this.status = record.status;
|
||||
this.visibleCheck = (record.status == 1) ? true : false;
|
||||
}
|
||||
this.form.resetFields();
|
||||
|
Reference in New Issue
Block a user