mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-20 19:22:53 +00:00
字典【是否启用】按钮会错误的保存状态 #2311
This commit is contained in:
parent
7cc54084dc
commit
462b0d17b1
@ -94,6 +94,7 @@
|
|||||||
edit(record) {
|
edit(record) {
|
||||||
if (record.id) {
|
if (record.id) {
|
||||||
this.dictId = record.dictId;
|
this.dictId = record.dictId;
|
||||||
|
this.status = record.status;
|
||||||
this.visibleCheck = (record.status == 1) ? true : false;
|
this.visibleCheck = (record.status == 1) ? true : false;
|
||||||
}
|
}
|
||||||
this.form.resetFields();
|
this.form.resetFields();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user