zhengyiming
7 天以前 307e714ec9f85bae11ed892cb90e199a341b6be3
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>