字典【是否启用】按钮会错误的保存状态 #2311

pull/5714/head
zhangdaiscott 2021-03-04 09:40:22 +08:00
parent afbc338605
commit 6c75b46c9c
1 changed files with 1 additions and 0 deletions

View File

@ -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();