@@ -926,7 +926,9 @@ const getList = async () => {
*/
const search = (type: number) => {
if (type == 2) {
- searchInfo.value = {}
+ searchInfo.value = {
+ reporterId: userStore.getUser.id
+ }
}
getList()