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') }); },