Commit 52d9b0e0 authored by youjie's avatar youjie

营收报表

parent bb526bb5
...@@ -2668,7 +2668,7 @@ export default { ...@@ -2668,7 +2668,7 @@ export default {
handler (val, oldVal) { handler (val, oldVal) {
if (this.$route.query.BranchId) { if (this.$route.query.BranchId) {
this.msg.OutBranchId = Number(this.$route.query.BranchId) this.msg.OutBranchId = Number(this.$route.query.BranchId)
this.getPageList() this.financeinfo_post_GetList()
} }
}, },
deep: true, deep: true,
...@@ -2753,7 +2753,6 @@ export default { ...@@ -2753,7 +2753,6 @@ export default {
this.columnsOld = this.columns; this.columnsOld = this.columns;
this.financeinfo_post_GetList()
this.getCompanyList(); this.getCompanyList();
this.getLineList(); this.getLineList();
this.getStartList1(); this.getStartList1();
......
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