Showing
1 changed file
with
1 additions
and
1 deletions
@@ -144,8 +144,8 @@ | @@ -144,8 +144,8 @@ | ||
144 | const getTitle = computed(() => (!unref(isUpdate) ? '新增租户管理员' : '编辑租户管理员')); | 144 | const getTitle = computed(() => (!unref(isUpdate) ? '新增租户管理员' : '编辑租户管理员')); |
145 | 145 | ||
146 | async function handleSubmit() { | 146 | async function handleSubmit() { |
147 | - setDrawerProps({ confirmLoading: true }); | ||
148 | try { | 147 | try { |
148 | + setDrawerProps({ confirmLoading: true }); | ||
149 | const values = await validate(); | 149 | const values = await validate(); |
150 | const requestParams = { | 150 | const requestParams = { |
151 | id: values.id, | 151 | id: values.id, |