gaoluyang
2025-12-09 f46eb39fc2c749575c38dfe753e7a1b2fba2ff96
src/views/personnelManagement/onboarding/components/formDiaXJHT.vue
@@ -309,6 +309,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}