@ -451,6 +451,11 @@ export default {
page: 1,
limit: 20,
},
userPersonQuery:{
businessId:"",
value: "",
total: 0,
checkFlag: {
@ -610,6 +615,7 @@ export default {
this.currentCustomer = row.id;
this.customerVisible = true;
closeCustomerDialog() {
@ -222,8 +222,10 @@ const formJson = {
export default {
name: "currentCustomer",
props: {
currentCustomer: "",
currentCustomer: {
type: String,
required: true,
closeCustomerDialog: {
type: Function,
@ -328,7 +330,6 @@ export default {
weChat: "",
email: "",
createTime: "",
companyId: this.currentCustomer,
};
this.getList();