From c4158c84f0b6b17ccb2818d80b963d803fb922b4 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期六, 30 三月 2024 16:56:23 +0800
Subject: [PATCH] 销售明细单确认发货完成替换接口,发货修改判断条件
---
src/api/common/payment.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/common/payment.js b/src/api/common/payment.js
index e81d8e1..9950a40 100644
--- a/src/api/common/payment.js
+++ b/src/api/common/payment.js
@@ -120,7 +120,7 @@
// 鑾峰彇鏀粯鏂瑰紡鍒楄〃
export const getPaymentTypeList = async (data) => {
return await request({
- url: "/api/paymentType/list",
+ url: "/api/refundType/list",
method: "get",
params: data
})
--
Gitblit v1.8.0