From 7bdbcfce048149e7ba0161fb5a19e2ce98319848 Mon Sep 17 00:00:00 2001
From: buaixuexideshitongxue <2936013465@qq.com>
Date: Thu, 7 May 2026 16:40:01 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E5=8A=A0=E4=B8=8A=E5=8A=9E=E7=90=86?=
=?UTF-8?q?=E5=8D=95=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/data/ComplaintCollection.vue | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue
index 4838d79..15a2bfc 100644
--- a/src/views/data/ComplaintCollection.vue
+++ b/src/views/data/ComplaintCollection.vue
@@ -180,6 +180,14 @@
+
+
+
+
+
{{ row.thirdDepartName }}
+
+
+ {{ row.handleSecondDepartName || '' }}{{ row.handleThreeDepartName ? '/' + row.handleThreeDepartName : '' }}
+
+
@@ -453,6 +466,7 @@ const query = ref({
sourceTableSubOneList: [],
secondDepartId: null,
thirdDepartId: null,
+ handleDepartId: null,
});
watch(
() => query.value.sourcePath,
@@ -504,6 +518,7 @@ function reset() {
sourceTableSubOneList: [],
secondDepartId: null,
thirdDepartId: null,
+ handleDepartId: null,
};
getList();
}