|
|
@ -250,11 +250,16 @@ export default { |
|
|
|
getProjectBySystemId(params).then((data)=>{ |
|
|
|
getProjectBySystemId(params).then((data)=>{ |
|
|
|
if(data.status == 200){ |
|
|
|
if(data.status == 200){ |
|
|
|
//获取当前时间 |
|
|
|
//获取当前时间 |
|
|
|
this.getBeginTime() |
|
|
|
|
|
|
|
if(data.data.projects.length !== this.topicList.length) { |
|
|
|
if(data.data.projects.length !== this.topicList.length) { |
|
|
|
this.topicList = data.data.projects |
|
|
|
this.topicList = data.data.projects |
|
|
|
|
|
|
|
this.selectProjects({ |
|
|
|
|
|
|
|
projectId: this.topicList[0].projectId |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
this.gotuQueryVariable() |
|
|
|
if(this.topicList.length > 0){ |
|
|
|
|
|
|
|
this.gotuQueryVariable() |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this.getQueryCaches() |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}).catch((error)=>{ |
|
|
|
}).catch((error)=>{ |
|
|
|