mirror of https://github.com/jeecgboot/jeecg-boot
修复 菜单管理-编辑-默认跳转地址 不显示内容的bug
菜单管理-编辑-默认跳转地址 如果填写了内容并保存,再次编辑时,不会显示这些内容,实际上是有的。pull/2107/head
parent
b6a3085083
commit
2fa1c7c17b
|
@ -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)
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue