|
@@ -116,9 +116,9 @@ export default {
|
|
.then((res) => {
|
|
.then((res) => {
|
|
if (res.code == 1) {
|
|
if (res.code == 1) {
|
|
res.result.data.forEach((item) => {
|
|
res.result.data.forEach((item) => {
|
|
- if (item.id === 1) {
|
|
|
|
|
|
+ if (item.id === 3) {
|
|
this.accountManagersList = item.contact;
|
|
this.accountManagersList = item.contact;
|
|
- } else if (item.id == 2) {
|
|
|
|
|
|
+ } else if (item.id == 4) {
|
|
this.financeTeamList = item.contact;
|
|
this.financeTeamList = item.contact;
|
|
}
|
|
}
|
|
});
|
|
});
|