From 0186e6b9cc2e411ec16b7b56cfda9c822146a0f3 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 21 五月 2025 16:33:16 +0800
Subject: [PATCH] 采购台账,来票登记折叠展示

---
 src/api/procurementManagement/procurementInvoiceLedger.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/procurementManagement/procurementInvoiceLedger.js b/src/api/procurementManagement/procurementInvoiceLedger.js
index f86054c..12efa78 100644
--- a/src/api/procurementManagement/procurementInvoiceLedger.js
+++ b/src/api/procurementManagement/procurementInvoiceLedger.js
@@ -4,7 +4,7 @@
 // 鏌ヨ鍒楄〃
 export function invoiceList(query) {
     return request({
-        url: '/purchase/invoice/list',
+        url: '/purchase/registration/list',
         method: 'get',
         params: query
     })
@@ -12,7 +12,7 @@
 // 鏌ヨ璇︽儏
 export function getInvoiceById(query) {
     return request({
-        url: '/purchase/invoice/getInvoiceById',
+        url: '/purchase/registration/getRegistrationById',
         method: 'get',
         params: query
     })

--
Gitblit v1.9.3