From 5335c79d338422a05edf85aa6755ccb33d9d400b Mon Sep 17 00:00:00 2001 From: limingyu Date: Mon, 11 Dec 2023 18:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=8A=A8=E7=81=AB=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E5=92=8C=E6=B8=AF=E5=8A=A1=E5=B1=80=E4=B8=80=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=82=B9=E4=BD=8D=E9=A1=B5=E9=9D=A2=E6=9B=B4?= =?UTF-8?q?=E6=96=B02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dangerousWork/hotwork/components/corpInfo.vue | 3 ++- .../components/hotwork/hotwork_list/components/list.vue | 3 ++- .../components/hotwork/hotwork_list/components/list_cfd.vue | 2 +- src/views/map/dialog/hotworkFirst.vue | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/dangerousWork/hotwork/components/corpInfo.vue b/src/views/dangerousWork/hotwork/components/corpInfo.vue index 5c42dae..942bb68 100644 --- a/src/views/dangerousWork/hotwork/components/corpInfo.vue +++ b/src/views/dangerousWork/hotwork/components/corpInfo.vue @@ -77,7 +77,7 @@ export default { edit: false, listQuery: { page: 1, - limit: 10 + limit: 20 }, total: 0, KEYWORDS: '', @@ -108,6 +108,7 @@ export default { requestFN( '/dangerousWork/hotwork/list?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, { + COPRINF_ID: sessionStorage.getItem('user').CORPINFO_ID || '', KEYWORDS: this.KEYWORDS } ).then((data) => { diff --git a/src/views/dangerousWork/hotwork/components/hotwork/hotwork_list/components/list.vue b/src/views/dangerousWork/hotwork/components/hotwork/hotwork_list/components/list.vue index 01c4733..91eb85a 100644 --- a/src/views/dangerousWork/hotwork/components/hotwork/hotwork_list/components/list.vue +++ b/src/views/dangerousWork/hotwork/components/hotwork/hotwork_list/components/list.vue @@ -84,6 +84,7 @@ +