yubo
2025-09-24 0c49d2b53561b9f78231b22a2b08e9e3cf7b4040
src/views/remind/insurance5.vue
@@ -468,21 +468,6 @@
    // this.initJob()
  },
  methods: {
    exportExcel() {
      this.queryParams.baseKey = this.queryParams.vague
      this.queryParams.delFlag = 0
      this.queryParams.empStatus = 0
      var params = this.queryParams
      this.$download('hr/empBaseInfo/exportEmpAll', { ...params }, `基本信息_${new Date().getTime()}.xls`).then(() => {
        this.$message({
          message: '下载成功!',
          type: 'success'
        })
      })
    },
    editClose() {
      this.dialog.isVisible = false
    },
    // 翻页方法
    search() {
      this.queryParams.baseKey = ''
@@ -503,7 +488,7 @@
    },
    fetch(params = {}) {
      var that = this
      const that = this
      params.pageSize = this.pagination.size
      params.pageNum = this.pagination.num
      params.delFlag = 0
@@ -515,14 +500,6 @@
        that.total = data.total
        that.tableData = data.rows
      })
    },
    vagueSearch() {
      this.fetch({
        baseKey: this.queryParams.baseKey
      })
    },
    empStatusFormat(row, column) {
      return this.selectDictLabel(this.empStatusOptions, row.empStatus)
    },
    typeFormat(row, column) {
      return this.selectDictLabel(this.physicalExamTypeOptions, row.physicalExamType)