maven
2025-12-02 16653643b991a7b6876b5a4764491c78529ff4e8
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}