From 307e714ec9f85bae11ed892cb90e199a341b6be3 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 06 八月 2025 11:06:13 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdminBClient --- src/views/EmploymentManage/CheckManage.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/EmploymentManage/CheckManage.vue b/src/views/EmploymentManage/CheckManage.vue index 0fc0ccd..5342c37 100644 --- a/src/views/EmploymentManage/CheckManage.vue +++ b/src/views/EmploymentManage/CheckManage.vue @@ -64,7 +64,6 @@ defineOperationBtns, useFormDialog, } from '@bole-core/components'; -import * as flexEnterpriseServices from '@/services/api/FlexEnterprise'; import { CheckManageColumns } from './constants'; import { FlexEnterpriseSettingStatus, Gender } from '@/constants'; import { OrderInputType } from '@bole-core/core'; @@ -146,7 +145,7 @@ } ); -const { dialogProps, handleEdit, editForm } = useFormDialog({ +const { dialogProps, dialogState, handleEdit, editForm } = useFormDialog({ defaultFormParams: { id: '', type: '', @@ -162,5 +161,6 @@ function handleCheck(val) { console.log('val: ', val); + dialogState.dialogVisible = false; } </script> -- Gitblit v1.9.1