修复 菜单管理-编辑-默认跳转地址 不显示内容的bug

SpringBoot 请求参数包含 [] 特殊符号 返回400状态
This commit is contained in:
zhangdaiscott
2020-12-24 22:11:07 +08:00
parent 1588db3cb4
commit be477e48ff
2 changed files with 16 additions and 3 deletions
@@ -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>
</style>