Commit 1f911c1c authored by 金王方-del's avatar 金王方-del

fix: 位置修改

parent 370fe7c5
...@@ -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