This commit is contained in:
Vinjor 2024-11-04 11:27:38 +08:00
parent 2cc88967d4
commit 57d30b0125

View File

@ -163,7 +163,11 @@ export default {
this.groupList = res.data.records
})
}else{
this.groupList = []
if(this.searchText==""){
this.groupList = []
}else{
this.searchProject()
}
}
},
/**