Commit af1dbd3a authored by wangyongyu's avatar wangyongyu

解决文件上传问题

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