src/views/personnelManagement/employeeRecord/index.vue
@@ -102,6 +102,10 @@ prop: "nativePlace", }, { label: "部门", prop: "deptName", }, { label: "岗位", prop: "postJob", }, @@ -212,7 +216,7 @@ tableLoading.value = true; const params = { ...searchForm.value, ...page }; params.entryDate = undefined staffOnJobListPage({...params, staffState: 1}).then(res => { staffOnJobListPage({...params}).then(res => { tableLoading.value = false; tableData.value = res.data.records page.total = res.data.total;