gaoluyang
2025-11-27 25d688fb6df1c23959b6cdaee9385dee8a657df1
src/views/personnelManagement/onboarding/components/formDia.vue
@@ -179,6 +179,7 @@
const openDialog = (type, row) => {
  operationType.value = type;
  dialogFormVisible.value = true;
   form.value.id = ''
  if (operationType.value === 'edit') {
    getStaffJoinInfo(row.id).then(res => {
      form.value = {...res.data}