lxf 1 year ago
parent
commit
b562e8524b
1 changed files with 1 additions and 1 deletions
  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 {