Commit af1dbd3a authored by wangyongyu's avatar wangyongyu

解决文件上传问题

parent 3e031f45
......@@ -166,6 +166,8 @@ export default {
// 重置
handlerReset() {
this.form = {}
this.returnRange = null;
this.billRange = null;
},
// 搜索
......@@ -185,7 +187,7 @@ export default {
let filter = {
...this.form,
}
this.$apis.exportBackMoneyReport(filter).then(res => {
this.$apis.EXPORTBACKRECEIPTLIST(filter).then(res => {
exportFile(res, '账单回款报表.xls');
})
}
......
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