浏览代码

Merge branch 'sit'

xiaodai2017 2 年之前
父节点
当前提交
e4c28ef715
共有 3 个文件被更改,包括 13 次插入3 次删除
  1. 10 0
      dist/static/js/0.js
  2. 2 2
      src/apis/purchaseOrder/index.js
  3. 1 1
      src/views/purchaseOrder/index.vue

文件差异内容过多而无法显示
+ 10 - 0
dist/static/js/0.js


+ 2 - 2
src/apis/purchaseOrder/index.js

@@ -35,6 +35,6 @@ export default {
   cove_detail: (data, params) =>
     http(api + "getGoodZxInfoByNotZixun", data, "post", params),
   //导出
-  exportcgdlist: (data, params) =>
-    http(api + "exportcgdlist", data, "post", params),
+  exportCgdList: (data, params) =>
+    http(api + "exportCgdList", data, "post", params),
 };

+ 1 - 1
src/views/purchaseOrder/index.vue

@@ -345,7 +345,7 @@ export default {
         return;
       }
       this.loading = true;
-      const url = this.fileUrl + "admin/exportcgdlist",
+      const url = this.fileUrl + "abutment/exportCgdList",
         httpType = `aplication/zip`,
         excelName = "销售订单.zip";
       let model = {

部分文件因为文件数量过多而无法显示