e4b759f2 by lihua

加载问题

1 parent 335f847f
......@@ -321,8 +321,8 @@ const cancel = () => {
async function getDetail() {
if (!unref(bizGuid)) return
fullscreenLoading.value = true
try {
fullscreenLoading.value = true
let res: any = await getStaffDetail(unref(bizGuid))
if (res?.code == proxy.$passCode) {
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!