fix: 项目管理详情查询为空的时候关闭loading

This commit is contained in:
lilinyuan
2024-06-01 16:24:40 +08:00
parent 6391ab458b
commit d2f9bfcb33

View File

@@ -55,6 +55,7 @@ const getAllInfo = async (state) => {
message: msg,
type: 'error'
})
loading.close()
}
if(data===undefined)return;
commonForm.value = data