mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-12 17:11:53 +08:00
mall-order:修复 todo 提到的问题
This commit is contained in:
@@ -195,7 +195,8 @@ const getDetail = async () => {
|
||||
if (id) {
|
||||
const res = await AfterSaleApi.getAfterSale(id)
|
||||
// 没有表单信息则关闭页面返回
|
||||
if (res === null) {
|
||||
if (res == null) {
|
||||
message.notifyError('售后订单不存在')
|
||||
close()
|
||||
}
|
||||
formData.value = res
|
||||
|
Reference in New Issue
Block a user