Преглед на файлове

销售报价单-穿信息接口修改

jingbb преди 4 месеца
родител
ревизия
b284c0f971
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/saleCode/quotation/components/quotationFormForm.vue

+ 1 - 1
src/views/saleCode/quotation/components/quotationFormForm.vue

@@ -882,7 +882,7 @@
       }
       function getShipList(id) {
         let params = { id: id };
-        defHttp.get({ url: '/saleCode/saleInquiryForm/querySaleInquiryFormShipByMainId', params }, { isTransformResponse: false }).then((res) => {
+        defHttp.get({ url: '/purCode/purQuotationSelection/queryPurQuotationSelectionShipByMainId', params }, { isTransformResponse: false }).then((res) => {
           if (res) {
             saleQuotationFormShipTable.dataSource = res.result;
           }