|
@@ -432,13 +432,14 @@ export default {
|
|
|
this.onLoad(this.page, params)
|
|
|
},
|
|
|
onLoad(page, params = {}) {
|
|
|
+ console.info('this.search-----', this.search)
|
|
|
params = {
|
|
|
// ...params,
|
|
|
current: page.currentPage,
|
|
|
size: page.pageSize,
|
|
|
bizTypeName: "SHRW",
|
|
|
...Object.assign(params, this.search),
|
|
|
- customerName : params.$customerName
|
|
|
+ customerName : this.search.customerName
|
|
|
}
|
|
|
console.log(params);
|
|
|
this.loading = true
|