e4b759f2 by lihua

加载问题

1 parent 335f847f
...@@ -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 || {}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!