Commit 9a3f872d by JEECG开源社区 Committed by GitHub

Merge pull request #2107 from Junvary/master

修复  菜单管理-编辑-默认跳转地址   不显示内容的bug
parents 5b82a1aa 2fa1c7c1
......@@ -294,7 +294,7 @@
this.visible = true;
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.form.setFieldsValue(fieldsVal)
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment