Commit 484633d504220d35ac453bb878d466e248eaac79

Authored by ww
2 parents 69bf6311 8aff44af

merge: merge code && resolve conflict

@@ -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,