src/views/personnelManagement/employeeRecord/index.vue
@@ -1,6 +1,6 @@ <template> <div class="app-container"> <div class="search_form"> <div class="search_form mb20"> <div> <span class="search_title">姓名:</span> <el-input @@ -116,7 +116,7 @@ entryDateStart: undefined, entryDateEnd: undefined, }, deptOptions: { type: Array, default: () => [] }, deptOptions: [], }); const { searchForm, deptOptions } = toRefs(data); const isShowRenewContractModal = ref(false);