gaoluyang
2025-12-18 d8f82e70f0d2e98d45fd9341e35d042d3ee9e1e6
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}