|
|
@ -270,7 +270,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad (page, params = {}) { |
|
|
|
onLoad (page, params = {}) { |
|
|
|
this.loading = true; |
|
|
|
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 => { |
|
|
|
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
const data = res.data.data; |
|
|
|
const data = res.data.data; |
|
|
|
this.page.total = data.total; |
|
|
|
this.page.total = data.total; |
|
|
|