zhengyiming
8 天以前 d63c9207512380719b31146a1d1adcf06be3f042
src/views/EmploymentManage/CheckManage.vue
@@ -145,7 +145,7 @@
  }
);
const { dialogProps, handleEdit, editForm } = useFormDialog({
const { dialogProps, dialogState, handleEdit, editForm } = useFormDialog({
  defaultFormParams: {
    id: '',
    type: '',
@@ -161,5 +161,6 @@
function handleCheck(val) {
  console.log('val: ', val);
  dialogState.dialogVisible = false;
}
</script>