Commit 38d54d20 authored by 何远江's avatar 何远江

1

parent d951002d
......@@ -275,7 +275,7 @@ const handleCheckOrder = async (row) => {
const { data } = await getCheckOrder(row.orderItemId)
if (data?.code == 500) {
return ElMessage.success(data?.message || data?.msg || '检查出错!')
return ElMessage.error(data?.message || data?.msg || '检查出错!')
}
if (data.result?.success) {
ElMessage.success('检查无误!')
......
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