|
@@ -671,23 +671,23 @@ export default {
|
|
|
/*客户翻页*/
|
|
|
handleSizeChangeCustomer(val) {
|
|
|
// console.log(`每页 ${val} 条`);
|
|
|
- this.projectParam.content.pageSize = val
|
|
|
+ this.customerParam.content.pageSize = val
|
|
|
this.customerList()
|
|
|
},
|
|
|
handleCurrentChangeCustomer(val) {
|
|
|
// console.log(`当前页: ${val}`);
|
|
|
- this.projectParam.content.pageNumber = val
|
|
|
+ this.customerParam.content.pageNumber = val
|
|
|
this.customerList()
|
|
|
},
|
|
|
/*联系人翻页*/
|
|
|
handleSizeChangeContacts(val) {
|
|
|
// console.log(`每页 ${val} 条`);
|
|
|
- this.projectParam.content.pageSize = val
|
|
|
+ this.contactsParam.content.pageSize = val
|
|
|
this.contactsList()
|
|
|
},
|
|
|
handleCurrentChangeContacts(val) {
|
|
|
// console.log(`当前页: ${val}`);
|
|
|
- this.projectParam.content.pageNumber = val
|
|
|
+ this.contactsParam.content.pageNumber = val
|
|
|
this.contactsList()
|
|
|
},
|
|
|
/*查询产品系列*/
|