|
|
@ -1671,8 +1671,6 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if (this.searchData.projectLeader !== '' && this.searchData.projectLeader !== null) { |
|
|
if (this.searchData.projectLeader !== '' && this.searchData.projectLeader !== null) { |
|
|
console.log('3',this.searchData.projectLeader) |
|
|
|
|
|
this.dataList = data.list |
|
|
|
|
|
for (let i = 0; i < this.dataList.length; i++) { |
|
|
for (let i = 0; i < this.dataList.length; i++) { |
|
|
if (this.dataList[i].responsibleDepartment === 'R001') { |
|
|
if (this.dataList[i].responsibleDepartment === 'R001') { |
|
|
this.dataList[i].projectLeader = this.dataList[i].projectManager.split("-")[1] |
|
|
this.dataList[i].projectLeader = this.dataList[i].projectManager.split("-")[1] |
|
|
|