1
This commit is contained in:
parent
2cc88967d4
commit
57d30b0125
@ -163,7 +163,11 @@ export default {
|
|||||||
this.groupList = res.data.records
|
this.groupList = res.data.records
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
this.groupList = []
|
if(this.searchText==""){
|
||||||
|
this.groupList = []
|
||||||
|
}else{
|
||||||
|
this.searchProject()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user