|
@@ -1159,6 +1159,9 @@ export default {
|
|
|
getScheduleHistory(row) {
|
|
|
this.keyProjectsId = row.id || this.ids
|
|
|
this.keyProjectsName = row.projectName;
|
|
|
+ getProjectsSchedule(this.keyProjectsId).then(res =>{
|
|
|
+ this.activities = res.data;
|
|
|
+ })
|
|
|
getProjects(this.keyProjectsId).then(response => {
|
|
|
let obj = {};
|
|
|
this.deptOptionsPark.forEach(item => {
|