|
|
@ -451,6 +451,11 @@ export default {
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 20,
|
|
|
|
limit: 20,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
userPersonQuery:{
|
|
|
|
|
|
|
|
businessId:"",
|
|
|
|
|
|
|
|
page: 1,
|
|
|
|
|
|
|
|
limit: 20,
|
|
|
|
|
|
|
|
},
|
|
|
|
value: "",
|
|
|
|
value: "",
|
|
|
|
total: 0,
|
|
|
|
total: 0,
|
|
|
|
checkFlag: {
|
|
|
|
checkFlag: {
|
|
|
@ -610,6 +615,7 @@ export default {
|
|
|
|
this.currentCustomer = row.id;
|
|
|
|
this.currentCustomer = row.id;
|
|
|
|
|
|
|
|
|
|
|
|
this.customerVisible = true;
|
|
|
|
this.customerVisible = true;
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
closeCustomerDialog() {
|
|
|
|
closeCustomerDialog() {
|
|
|
|