@@ -378,6 +378,9 @@ export default {
*/
async batchExport() {
if (!this.loading) {
+ // let item=JSON.parse(JSON.stringify(this.parmValue))
+ // delete item['page']
+ // delete item['size']
this.loading = true;
let httpType = `application/vnd.ms-excel`;
axios({