From 50aa2f9be21b4334fc3cd8a744d73a4d5cf02bd6 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Mon, 11 May 2026 15:50:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8A=95=E8=AF=89=E4=B8=BE=E6=8A=A5?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E6=8A=A5=E9=94=99+=E6=95=B4=E5=90=88?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=BA1=E4=B8=AA=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E6=9D=A5=E5=8C=BA=E5=88=86=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/ComplaintCollectionSource.vue | 589 ++++++++++++++++++ .../data/ComplaintCollection_12389ts.vue | 11 +- src/views/data/ComplaintCollection_gabxf.vue | 11 +- src/views/data/ComplaintCollection_gjxf.vue | 11 +- src/views/data/ComplaintCollection_jzxx.vue | 12 +- src/views/data/ComplaintCollection_ldxj.vue | 11 +- 6 files changed, 624 insertions(+), 21 deletions(-) create mode 100644 src/views/data/ComplaintCollectionSource.vue diff --git a/src/views/data/ComplaintCollectionSource.vue b/src/views/data/ComplaintCollectionSource.vue new file mode 100644 index 0000000..3233d9e --- /dev/null +++ b/src/views/data/ComplaintCollectionSource.vue @@ -0,0 +1,589 @@ + + + + + + diff --git a/src/views/data/ComplaintCollection_12389ts.vue b/src/views/data/ComplaintCollection_12389ts.vue index c27398b..27fcdc7 100644 --- a/src/views/data/ComplaintCollection_12389ts.vue +++ b/src/views/data/ComplaintCollection_12389ts.vue @@ -364,10 +364,10 @@ import { getComplaintCollectionPage } from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -378,6 +378,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }); const list = ref([]); @@ -411,6 +412,7 @@ function reset() { handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }; getList(); } @@ -506,9 +508,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== '17'), + }; await exportData(body); } diff --git a/src/views/data/ComplaintCollection_gabxf.vue b/src/views/data/ComplaintCollection_gabxf.vue index da6771d..20f1f62 100644 --- a/src/views/data/ComplaintCollection_gabxf.vue +++ b/src/views/data/ComplaintCollection_gabxf.vue @@ -364,10 +364,10 @@ import { getComplaintCollectionPage } from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -378,6 +378,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }); const list = ref([]); @@ -411,6 +412,7 @@ function reset() { handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }; getList(); } @@ -506,9 +508,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== '22'), + }; await exportData(body); } diff --git a/src/views/data/ComplaintCollection_gjxf.vue b/src/views/data/ComplaintCollection_gjxf.vue index 661867b..c94453e 100644 --- a/src/views/data/ComplaintCollection_gjxf.vue +++ b/src/views/data/ComplaintCollection_gjxf.vue @@ -361,10 +361,10 @@ import {timeFormat} from "@/utils/util"; import useCatchStore from "@/stores/modules/catch"; import {exportData, getComplaintCollectionPage} from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -375,6 +375,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }); const list = ref([]); @@ -408,6 +409,7 @@ function reset() { handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }; getList(); } @@ -503,9 +505,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== '21'), + }; await exportData(body); } diff --git a/src/views/data/ComplaintCollection_jzxx.vue b/src/views/data/ComplaintCollection_jzxx.vue index 64c26ce..0799ecc 100644 --- a/src/views/data/ComplaintCollection_jzxx.vue +++ b/src/views/data/ComplaintCollection_jzxx.vue @@ -367,10 +367,10 @@ import { getComplaintCollectionPage } from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -381,7 +381,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], - processingStatus: '', + personInfo: '', }); const list = ref([]); @@ -416,6 +416,7 @@ function reset() { initialReviewFileList: [], createTimeList: [], processingStatus: '', + personInfo: '', }; getList(); } @@ -511,9 +512,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== '23'), + }; await exportData(body); } diff --git a/src/views/data/ComplaintCollection_ldxj.vue b/src/views/data/ComplaintCollection_ldxj.vue index 88498fb..73c41be 100644 --- a/src/views/data/ComplaintCollection_ldxj.vue +++ b/src/views/data/ComplaintCollection_ldxj.vue @@ -364,10 +364,10 @@ import { getComplaintCollectionPage } from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -378,6 +378,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }); const list = ref([]); @@ -411,6 +412,7 @@ function reset() { handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }; getList(); } @@ -506,9 +508,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== 'leader_explain'), + }; await exportData(body); }