|
@@ -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 = () => {
|