From c55cd8cf010c7af384b572b9ae33fd8176cbd78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Thu, 9 Mar 2023 15:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=B7=A5=E5=85=B7-=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=B8=85=E5=8D=95=E7=BB=B4=E6=8A=A4-=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/batSetting.vue | 85 ++++++++++++++++++- .../certificationListMaintenance.vue | 6 +- 2 files changed, 88 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue b/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue index 03953ea56..7a5ae3afe 100644 --- a/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue +++ b/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue @@ -3,10 +3,12 @@ :title="$t('batSetting')" :width="900" :visible="visible" + :confirm-loading="confirmLoading" :maskClosable="false" + @ok="handleOk" @cancel="handleCancel" > - +
@@ -14,7 +16,8 @@ {{$t('areaOfResponsibility')}}
- @@ -33,6 +36,7 @@ @@ -50,14 +54,22 @@ diff --git a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue index 5e9b8ffbe..1d22e632a 100644 --- a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue +++ b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue @@ -219,7 +219,7 @@ - + @@ -265,6 +265,7 @@ export default { copyInfo: '/authDummy/authDummyInventoryInfoEO/copyInfoByIds',//复制 deleteBatch: '/authDummy/authDummyInventoryInfoEO/deleteBatch',//批量删除 editModel: '/authDummy/authDummyInventoryInfoEO/edit',//编辑 + setBatch: '/authDummy/authDummyInventoryInfoEO/setBatch',//批量设置 }, queryParam: {}, orderByField: '', @@ -521,6 +522,9 @@ export default { editModelList() { this.getList() }, + batSettingList() { + this.getList() + }, tableOnChange(pagination, filters, sorter) { this.orderBy = sorter.order == 'ascend' ? '1' : '2' if(sorter.columnKey == 'shi4Yong4Fan4Wei2_dictText'){