20240205
luoJunYong.123 3 years ago
parent da2f00496a
commit bf333f1555
  1. 9
      src/components/case/index.vue

@ -250,11 +250,16 @@ export default {
getProjectBySystemId(params).then((data)=>{
if(data.status == 200){
//
this.getBeginTime()
if(data.data.projects.length !== this.topicList.length) {
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)=>{

Loading…
Cancel
Save