Commit ea646f30 authored by rencs's avatar rencs

1.7

parent e56df408
...@@ -279,6 +279,7 @@ export default { ...@@ -279,6 +279,7 @@ export default {
); );
}, },
excel() { excel() {
this.listQuery.limit = 99999;
excelExport(this.listQuery).then((res) => { excelExport(this.listQuery).then((res) => {
const content = res; const content = res;
console.log(res); console.log(res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment