餐饮统计导出优化
This commit is contained in:
parent
5fe33f1976
commit
c9ac53f06e
@ -278,9 +278,9 @@ export default {
|
||||
},
|
||||
/** 导出按钮操作 */
|
||||
handleExport() {
|
||||
exportStatistics(this.queryParams).then(response => {
|
||||
this.downloadExcel(response.msg);
|
||||
})
|
||||
this.download('restaurant/statistics/export', {
|
||||
...this.queryParams
|
||||
}, `员工餐费明细_${new Date().getTime()}.xlsx`)
|
||||
},
|
||||
/** 科大实习生导出 */
|
||||
handleExportKd(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user