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();
}