lxf 1 年之前
父节点
当前提交
b019715771
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/group/data-board/sales-volume/index.vue

+ 1 - 1
src/views/group/data-board/sales-volume/index.vue

@@ -112,7 +112,7 @@ const deriveExcel = () => {
     type: "warning",
     type: "warning",
   })
   })
     .then(() => {
     .then(() => {
-      proxy.postFile("/skuSpecQuotationBoard/exportExcel", sourceList.value.pagination).then((res) => {
+      proxy.postFile("/salesBoard/bzSkuSpecSalesExportExcel", sourceList.value.pagination).then((res) => {
         if (res.type === "application/json") {
         if (res.type === "application/json") {
           const fileReader = new FileReader();
           const fileReader = new FileReader();
           fileReader.onloadend = () => {
           fileReader.onloadend = () => {