浏览代码

发票管理 接口调整

lxf 1 年之前
父节点
当前提交
b012aa9dd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/purchaseManage/purchasePayment/invoice/index.vue

+ 1 - 1
src/views/purchaseManage/purchasePayment/invoice/index.vue

@@ -307,7 +307,7 @@ const openModal = (val) => {
 };
 const changeSupply = (val) => {
   if (val) {
-    proxy.get("/purchase/getListBySupplyId", { supplyId: val }).then((res) => {
+    proxy.get("/purchase/getNoInvoiceListBySupplyId", { supplyId: val }).then((res) => {
       if (res.data && res.data.length > 0) {
         formData.data.invoiceDetailsList = res.data.map((item) => {
           return {