加载问题
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -321,8 +321,8 @@ const cancel = () => { | ... | @@ -321,8 +321,8 @@ const cancel = () => { |
| 321 | async function getDetail() { | 321 | async function getDetail() { |
| 322 | if (!unref(bizGuid)) return | 322 | if (!unref(bizGuid)) return |
| 323 | 323 | ||
| 324 | fullscreenLoading.value = true | ||
| 325 | try { | 324 | try { |
| 325 | fullscreenLoading.value = true | ||
| 326 | let res: any = await getStaffDetail(unref(bizGuid)) | 326 | let res: any = await getStaffDetail(unref(bizGuid)) |
| 327 | if (res?.code == proxy.$passCode) { | 327 | if (res?.code == proxy.$passCode) { |
| 328 | detailData.value = res.data || {} | 328 | detailData.value = res.data || {} | ... | ... |
-
Please register or sign in to post a comment