@ -270,7 +270,7 @@ export default {
},
onLoad (page, params = {}) {
this.loading = true;
this.query.client = this.$route.query.id;
this.query.clientId = this.$route.query.id;
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
this.page.total = data.total;