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

@ -250,12 +250,17 @@ 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
})
if(this.topicList.length > 0){
this.gotuQueryVariable() this.gotuQueryVariable()
} }
this.getQueryCaches()
}
} }
}).catch((error)=>{ }).catch((error)=>{
}) })

Loading…
Cancel
Save