chenhj
2025-12-18 2fc58fbb10745abd97168b8da21d4142e11d7f2e
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}