zhaowenrui hace 1 año
padre
commit
d140600e7d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      data-ui/src/views/data/generalbusiness/keyProjects/index.vue

+ 3 - 0
data-ui/src/views/data/generalbusiness/keyProjects/index.vue

@@ -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 => {