|
@@ -626,7 +626,7 @@ export default {
|
|
|
this.searchLeaderOptions = [...res.data];
|
|
this.searchLeaderOptions = [...res.data];
|
|
|
});
|
|
});
|
|
|
//添加电销负责人
|
|
//添加电销负责人
|
|
|
- this.$api.user.findDxUserList().then((res) => {
|
|
|
|
|
|
|
+ this.$api.user.findDxUserList("1").then((res) => {
|
|
|
this.managerOptions = res.data;
|
|
this.managerOptions = res.data;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|