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'){