提交 c3d2a858 编写于 作者: ping zhang's avatar ping zhang

增加退货按钮

上级 3725331b
...@@ -72,7 +72,7 @@ export const queryShopAuth = (params) => { ...@@ -72,7 +72,7 @@ export const queryShopAuth = (params) => {
export const refundApply = (params) => { export const refundApply = (params) => {
return fetch({ return fetch({
headers, headers,
url: getBaseUrl('refund/apply'), url: getBaseUrl('trade/center/refund/apply'),
method: 'post', method: 'post',
data: params, data: params,
description: '退货', description: '退货',
......
...@@ -485,7 +485,7 @@ ...@@ -485,7 +485,7 @@
this.showTuiDialog = false; this.showTuiDialog = false;
this.searchList(); this.searchList();
} else { } else {
this.$message.success('操作失败,请重试'); this.$message.success(`操作失败:${res.message},请重试`);
} }
}); });
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册