|
@@ -294,7 +294,6 @@ export default {
|
|
},
|
|
},
|
|
//查询客户
|
|
//查询客户
|
|
async getCustomer(){
|
|
async getCustomer(){
|
|
- console.log('this.queryCustomerParams',this.queryCustomerParams);
|
|
|
|
await byPrincipal(this.queryCustomerParams).then(res => {
|
|
await byPrincipal(this.queryCustomerParams).then(res => {
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
this.customerList = res.rows
|
|
this.customerList = res.rows
|