Commit c09fd741 authored by zhengke's avatar zhengke

修改

parent 72199782
...@@ -1016,10 +1016,8 @@ export default { ...@@ -1016,10 +1016,8 @@ export default {
if(this.departState){ if(this.departState){
msg={allDepartment:1}; msg={allDepartment:1};
} }
console.log("msgfdwaetg",msg)
this.apipost( this.apipost(
"Advertising_get_GetNowDepartmentAndSubordinate", "Advertising_get_GetNowDepartmentAndSubordinate",msg,
{msg},
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.departmentList = res.data.data; this.departmentList = res.data.data;
......
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