Commit 3eeced4b by linjinhong

测试提交

parent 7c611b81
......@@ -1620,7 +1620,7 @@ const getOrderByIdApi = async (type: string) => {
text: '操作中...',
})
const res = await Fn(ids)
console.log(res)
if (res.code === 200) {
if (isArray(res.data)) {
resultInfo.value = res.data
......@@ -1633,7 +1633,8 @@ const getOrderByIdApi = async (type: string) => {
}
loading.close()
}
} catch {
} catch (e) {
console.error(e)
return
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment