Merge pull request #2107 from Junvary/master

修复  菜单管理-编辑-默认跳转地址   不显示内容的bug
This commit is contained in:
JEECG开源社区 2020-12-24 22:03:49 +08:00 committed by GitHub
commit 9a3f872d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@
this.visible = true; this.visible = true;
this.loadTree(); this.loadTree();
let fieldsVal = pick(this.model,'name','perms','permsType','component','url','sortNo','menuType','status'); let fieldsVal = pick(this.model,'name','perms','permsType','component','redirect','url','sortNo','menuType','status');
this.$nextTick(() => { this.$nextTick(() => {
this.form.setFieldsValue(fieldsVal) this.form.setFieldsValue(fieldsVal)
}); });
@ -427,4 +427,4 @@
<style scoped> <style scoped>
</style> </style>