From 85a839098f883aa87a2a8044ff662618ad0c5909 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 06 八月 2025 11:21:06 +0800 Subject: [PATCH] feat: 更新框架 --- 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