소스 검색

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

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;
           }