Commit b84d080b authored by youjie's avatar youjie

营收报表2

parent 55cbe1f0
......@@ -2836,6 +2836,18 @@ export default {
},
components: {StartDateLimit},
watch: {
'$route': {
handler (val, oldVal) {
if (this.$route.query.BranchId) {
this.msg.OutBranchId = Number(this.$route.query.BranchId)
this.getPageList()
}
},
deep: true,
immediate: true
},
},
mounted() {
let STime = this.getBeforeDate(31,this.getBeforeDate(0,new Date().Format("yyyy-MM-dd")))
let ETime = this.getBeforeDate(0,this.getBeforeDate(0,new Date().Format("yyyy-MM-dd")))
......
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