xy 1 周之前
父节点
当前提交
829cb38b29

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

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

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

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