From 012798018bd765351ffabc178bfd7b1493a0a6d4 Mon Sep 17 00:00:00 2001
From: buaixuexideshitongxue <2936013465@qq.com>
Date: Fri, 24 Apr 2026 17:09:18 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E5=8A=A0=E4=B8=8A=E6=B6=89=E5=8F=8A?=
=?UTF-8?q?=E4=B8=89=E7=BA=A7=E6=9C=BA=E6=9E=84=E6=90=9C=E7=B4=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/data/ComplaintCollection.vue | 59 +++++++++++++++++---------
1 file changed, 40 insertions(+), 19 deletions(-)
diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue
index bc6d43e..44075fb 100644
--- a/src/views/data/ComplaintCollection.vue
+++ b/src/views/data/ComplaintCollection.vue
@@ -53,6 +53,14 @@
/>
+
+
+
+
+
-
-
-
-
-
-
-
+
@@ -166,6 +157,24 @@
+
+
+
+
+
+
+
-
+
+
+ {{ row.secondDepartName }}
+ {{ row.thirdDepartName }}
+
+
@@ -446,6 +460,8 @@ const query = ref({
sourcePath: [],
sourceTableList: [],
sourceTableSubOneList: [],
+ secondDepartId: null,
+ thirdDepartId: null,
});
watch(
() => query.value.sourcePath,
@@ -492,6 +508,11 @@ function reset() {
query.value = {
size: 10,
current: 1,
+ sourcePath: [],
+ sourceTableList: [],
+ sourceTableSubOneList: [],
+ secondDepartId: null,
+ thirdDepartId: null,
};
getList();
}