|
|
@ -398,6 +398,7 @@ export default {
|
|
|
|
this.allExport();
|
|
|
|
this.allExport();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
allExport() {
|
|
|
|
allExport() {
|
|
|
|
|
|
|
|
this.filterQuery.thrProductsEntities=this.list;
|
|
|
|
exportExcel(this.filterQuery)
|
|
|
|
exportExcel(this.filterQuery)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
if (response.code == 20000) {
|
|
|
|
if (response.code == 20000) {
|
|
|
|