Commit 5d6dc17c authored by 吴春's avatar 吴春

会员客户查询

parent 56c78167
......@@ -483,6 +483,7 @@ export default {
CreateBy: "-1",
DepartmentId: "-1",
Brand:-1,
allDepartment:0,
},
RecipientMsg: {
CustomerIdArr: [],
......@@ -980,6 +981,9 @@ export default {
},
getList() {
this.loading = true;
if(this.departState){
this.msg.allDepartment=1
}
this.apipost(
"app_customer_GetCustomerListForCareOf",
this.msg,
......@@ -1015,6 +1019,7 @@ export default {
let msg={};
if(this.departState){
msg={allDepartment:1};
this.msg.allDepartment=1
}
this.apipost(
"Advertising_get_GetNowDepartmentAndSubordinate",msg,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment