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