diff --git a/src/api/thrsys/thrProductsExport.js b/src/api/thrsys/thrProductsExport.js index dac0a27e..ad941681 100644 --- a/src/api/thrsys/thrProductsExport.js +++ b/src/api/thrsys/thrProductsExport.js @@ -31,3 +31,11 @@ export function exportExcel(query) { }); } +export function exportExcelAll(query) { + return axios({ + url: "/udiwms/thrProducts/importLog/exportAll", + method: "post", + data: query + }); +} + diff --git a/src/views/thirdSys/product/thrProductsExport.vue b/src/views/thirdSys/product/thrProductsExport.vue index 8b11fc1f..eddb7c33 100644 --- a/src/views/thirdSys/product/thrProductsExport.vue +++ b/src/views/thirdSys/product/thrProductsExport.vue @@ -34,8 +34,8 @@ {{ status[scope.row.status] }} - - + +