spring
2026-04-16 6d4e2e28287d66e749b8f7fc51a478640f0f8291
src/views/personnelManagement/employeeRecord/index.vue
@@ -116,7 +116,7 @@
    entryDateStart: undefined,
    entryDateEnd: undefined,
  },
  deptOptions: { type: Array, default: () => [] },
  deptOptions: [],
});
const { searchForm, deptOptions } = toRefs(data);
const isShowRenewContractModal = ref(false);