@@ -769,7 +769,7 @@ const mpSendStatusMap = reactive({
const queryFormRef = ref<FormInstance>()
const searchInfo = ref({
- // handlerId: userStore.getUser.id,
+ handlerId: userStore.getUser.id,
// rectificationStatusList: ['0']
}) as any
@@ -841,7 +841,7 @@ const searchInfo = ref({
taskStatus: 'all',
// isReported: '0',
// isCloseReported: '0',
- // reporterId: userStore.getUser.id
+ reporterId: userStore.getUser.id
const loading = ref(false) // 列表loading
@@ -839,9 +839,9 @@ const userStore = useUserStoreWithOut() // 用户信息缓存
+ reporterId: userStore.getUser.id,