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