src/views/system/unit/index.vue
@@ -261,6 +261,8 @@ /** 重置按钮操作 */ resetQuery() { this.daterangeCreateTime = []; this.queryParams.start = null; this.queryParams.end = null; this.resetForm("queryForm"); this.handleQuery(); }, @@ -318,7 +320,7 @@ }, /** 导出按钮操作 */ handleExport() { this.download('system/unit/export', { this.download('yw-unit/export', { ...this.queryParams }, `unit_${new Date().getTime()}.xlsx`) }