This commit is contained in:
parent
9e90d6d352
commit
c99da5778a
|
|
@ -1002,6 +1002,8 @@ export default {
|
||||||
handleExport() {
|
handleExport() {
|
||||||
let queryTemp = this.queryParams;
|
let queryTemp = this.queryParams;
|
||||||
queryTemp.level = 0;
|
queryTemp.level = 0;
|
||||||
|
queryTemp.pageNum = 1;
|
||||||
|
queryTemp.pageSize = 10;
|
||||||
this.download('/material/ma_type/export', {
|
this.download('/material/ma_type/export', {
|
||||||
...queryTemp
|
...queryTemp
|
||||||
}, `物资类型信息_${new Date().getTime()}.xlsx`)
|
}, `物资类型信息_${new Date().getTime()}.xlsx`)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue