xy hai 1 semana
pai
achega
612e7dec89

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/inspectionOpinion/indexBoilerTab.vue

@@ -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
 

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/inspectionOpinion/indexPipeTab.vue

@@ -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
 

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/inspectionOpinion/reportIndexBoilerTab.vue

@@ -841,7 +841,7 @@ const searchInfo = ref({
   taskStatus: 'all',
   // isReported: '0',
   // isCloseReported: '0',
-  // reporterId: userStore.getUser.id
+  reporterId: userStore.getUser.id
 }) as any
 
 const loading = ref(false) // 列表loading

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/inspectionOpinion/reportIndexPipeTab.vue

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