policy/reportRecord/reportRecord.vue
@@ -53,7 +53,9 @@ queryParams: { pageNum: 1, pageSize: 10, orderStatus: 4 orderStatus: 4, isAsc: "desc", orderByColumn: "execute_time" }, searchContent: '' } @@ -68,7 +70,7 @@ return } this.queryParams.pageNum++ this.orderList() this.executeList() }, methods: { clean() { @@ -93,6 +95,7 @@ executeList(this.queryParams).then(val => { this.list = [...this.list, ...val.data.rows] this.total = val.data.total console.log(this.total) }) } }