From 01e85bd477da773741f0c65867d525fe49992fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 26 Aug 2022 01:56:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E9=83=A8=E5=88=86=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=90=AF=E7=94=A8=E7=8A=B6=E6=80=81=E5=92=8C=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=AE=8C=E5=96=84=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/system/modules/RoleModal.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/views/system/modules/RoleModal.vue b/jshERP-web/src/views/system/modules/RoleModal.vue index 6186ada7..00a0dc2d 100644 --- a/jshERP-web/src/views/system/modules/RoleModal.vue +++ b/jshERP-web/src/views/system/modules/RoleModal.vue @@ -30,7 +30,10 @@ - + + + + @@ -90,7 +93,7 @@ this.model = Object.assign({}, record); this.visible = true; this.$nextTick(() => { - this.form.setFieldsValue(pick(this.model,'name', 'type', 'description')) + this.form.setFieldsValue(pick(this.model,'name', 'type', 'sort', 'description')) autoJumpNextInput('roleModal') }); },