huminmin
10 小时以前 f8daf1c7ef8e2fbb89fbef39508dcdfed00d3ab4
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;