Commit 73ded357 authored by 金王方-del's avatar 金王方-del

Merge branch 'func_eccs_2376' into 'test'

fix: 位置修改

See merge request !64
parents 7263fe01 1f911c1c
...@@ -356,10 +356,11 @@ export default { ...@@ -356,10 +356,11 @@ export default {
if (!valid) { if (!valid) {
return false; return false;
} }
this.getReceiptCount()
this.pagination.pageNum = 1; this.pagination.pageNum = 1;
this.pageForm = this.$lodash.cloneDeep({ ...this.form, dateRange: undefined }); this.pageForm = this.$lodash.cloneDeep({ ...this.form, dateRange: undefined });
this._getChargeList(); this._getChargeList();
this.getReceiptCount()
}); });
}, },
// 新建账单信息 // 新建账单信息
......
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