未验证 提交 9a3f872d 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台 提交者: GitHub

Merge pull request #2107 from Junvary/master

修复  菜单管理-编辑-默认跳转地址   不显示内容的bug
......@@ -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)
});
......@@ -427,4 +427,4 @@
<style scoped>
</style>
\ No newline at end of file
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册