Commit 9a4249b7 authored by guoyou's avatar guoyou

分公司业绩报表快捷筛选统计

parent 9f7c08af
......@@ -172,7 +172,9 @@ export default {
company_performance(this.listQuery).then(data => {
if (data.status == 200) {
this.tableData = data.data.data
if (this.listQuery.page == 1) {
this.total = data.data.totalCount
}
window.scrollTo(0, 0)
} else {
this.$message.error(data.message)
......
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