liyong
2026-04-16 fd2ebc8e2b8ae6d15b11a0201858878fc85fbf62
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);