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