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