Commit bac296f7 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修改接口地址

parent 46058aa3
......@@ -54,7 +54,7 @@ const ReturnPrConfirmBackVerify: React.FC = () => {
icon: <ExclamationCircleOutlined />,
content: `是否确认全部退货发货单已收到回单?`,
onOk() {
return PublicApi.postAsReplaceGoodsConfirmAllReturnGoodsReceipt({
return PublicApi.postAsReturnGoodsConfirmAllReturnGoodsReceipt({
dataId: id,
}).then(res => {
if (res.code === 1000) {
......
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