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 @@ +