huminmin
7 天以前 7cbb418319d451522d230c8258efae1f04160c3a
src/views/personnelManagement/contractManagement/index.vue
@@ -146,11 +146,6 @@
    width: 100
  },
  {
    label: "身份证号",
    prop: "identityCard",
    width: 200
  },
  {
    label: "年龄",
    prop: "age",
  },
@@ -250,6 +245,7 @@
  tableLoading.value = true;
  const params = { ...searchForm.value, ...page };
  params.entryDate = undefined
  params.staffState = 1
  staffOnJobListPage(params).then(res => {
    tableLoading.value = false;
    tableData.value = res.data.records