lxf il y a 1 an
Parent
commit
b562e8524b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {