From 2fa1c7c17b5c0ce9550d74c2278c031f9c47766b Mon Sep 17 00:00:00 2001 From: Junvary Date: Tue, 15 Dec 2020 09:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=20=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E7=BC=96=E8=BE=91-=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=9C=B0=E5=9D=80=20=20=20=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=86=85=E5=AE=B9=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 菜单管理-编辑-默认跳转地址 如果填写了内容并保存,再次编辑时,不会显示这些内容,实际上是有的。 --- .../src/views/system/modules/PermissionModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/system/modules/PermissionModal.vue b/ant-design-vue-jeecg/src/views/system/modules/PermissionModal.vue index a6178d03..7f73aa0f 100644 --- a/ant-design-vue-jeecg/src/views/system/modules/PermissionModal.vue +++ b/ant-design-vue-jeecg/src/views/system/modules/PermissionModal.vue @@ -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 @@ \ No newline at end of file +