From caf1f99e718ca2ac07fa64e7a71a6d7fa88b8989 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 20 十二月 2023 17:57:18 +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