fix: 项目管理详情查询为空的时候关闭loading
This commit is contained in:
@@ -55,6 +55,7 @@ const getAllInfo = async (state) => {
|
|||||||
message: msg,
|
message: msg,
|
||||||
type: 'error'
|
type: 'error'
|
||||||
})
|
})
|
||||||
|
loading.close()
|
||||||
}
|
}
|
||||||
if(data===undefined)return;
|
if(data===undefined)return;
|
||||||
commonForm.value = data
|
commonForm.value = data
|
||||||
|
|||||||
Reference in New Issue
Block a user