Explorar el Código

预装箱单导出接口修改

jbb hace 2 años
padre
commit
f9ea147d32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/advance-packingList/adPaList-clothes.vue

+ 1 - 1
src/views/advance-packingList/adPaList-clothes.vue

@@ -567,7 +567,7 @@ export default {
 
     // 列表导出
     handleExportXls(fileName) {
-      downFile('/scas/dyeLoss/excel').then(data => {
+      downFile('/spapl/syPreAssembledPackingList/exportXls').then(data => {
         if (!data) {
           this.$message.warning('文件下载失败')
           return