lxf 1 year ago
parent
commit
b019715771
1 changed files with 1 additions and 1 deletions
  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",
   })
     .then(() => {
-      proxy.postFile("/skuSpecQuotationBoard/exportExcel", sourceList.value.pagination).then((res) => {
+      proxy.postFile("/salesBoard/bzSkuSpecSalesExportExcel", sourceList.value.pagination).then((res) => {
         if (res.type === "application/json") {
           const fileReader = new FileReader();
           fileReader.onloadend = () => {