This commit is contained in:
Jerry
2020-05-24 22:59:25 +08:00
parent be7395cf82
commit 5d8aca463c
184 changed files with 4126 additions and 3508 deletions

View File

@@ -264,6 +264,9 @@ export default {
mounted () {
if (this.rowData != null) {
this.formData = {...this.formData, ...this.rowData};
if (Array.isArray(this.formData.sysMenuPermCodeList)) {
this.formData.permCodeIdList = this.formData.sysMenuPermCodeList.map(item => item.permCodeId);
}
}
if (this.parentId != null) this.formData.parentId = this.parentId;
this.initData();