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

会员客户查询

parent 56c78167
...@@ -483,6 +483,7 @@ export default { ...@@ -483,6 +483,7 @@ export default {
CreateBy: "-1", CreateBy: "-1",
DepartmentId: "-1", DepartmentId: "-1",
Brand:-1, Brand:-1,
allDepartment:0,
}, },
RecipientMsg: { RecipientMsg: {
CustomerIdArr: [], CustomerIdArr: [],
...@@ -980,6 +981,9 @@ export default { ...@@ -980,6 +981,9 @@ export default {
}, },
getList() { getList() {
this.loading = true; this.loading = true;
if(this.departState){
this.msg.allDepartment=1
}
this.apipost( this.apipost(
"app_customer_GetCustomerListForCareOf", "app_customer_GetCustomerListForCareOf",
this.msg, this.msg,
...@@ -1015,6 +1019,7 @@ export default { ...@@ -1015,6 +1019,7 @@ export default {
let msg={}; let msg={};
if(this.departState){ if(this.departState){
msg={allDepartment:1}; msg={allDepartment:1};
this.msg.allDepartment=1
} }
this.apipost( this.apipost(
"Advertising_get_GetNowDepartmentAndSubordinate",msg, "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