From c896a53df9c2279b802113be24e2f1e78c970c58 Mon Sep 17 00:00:00 2001 From: duanliangtao <48194157+duanliangtao@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E5=AE=A3=E4=BC=A0=E6=8B=86?= =?UTF-8?q?=E8=A7=A3=E5=88=86=E6=B0=91=E7=94=9F=E7=9B=91=E7=9D=A3=E4=B8=8E?= =?UTF-8?q?=E5=B0=B1=E4=B8=9A=E6=9C=8D=E5=8A=A1=E4=B8=A4=E4=B8=AA=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/employment/index.vue | 2 +- src/views/supervision/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/employment/index.vue b/src/views/employment/index.vue index f9a3b71..87f9131 100644 --- a/src/views/employment/index.vue +++ b/src/views/employment/index.vue @@ -136,7 +136,7 @@ export default { pageSize: 10, pageNo: 1, title: this.searchValue, - tagId: this.tagId, + tagId: "employmentService", startTime: '', endTime: '', agencyId: this.agencyId, diff --git a/src/views/supervision/index.vue b/src/views/supervision/index.vue index 1e3f2b1..994f164 100644 --- a/src/views/supervision/index.vue +++ b/src/views/supervision/index.vue @@ -155,7 +155,7 @@ export default { pageSize: 10, pageNo: 1, title: this.searchValue, - tagId: this.tagId, + tagId: "threeAffairsDisclosure ", startTime: '', endTime: '', agencyId: this.agencyId,