yz
2021-03-09 44cf1312685c4f892041188b4884d89333b62da0
修改bug
2个文件已修改
4 ■■■■ 已修改文件
src/views/user/inemployees.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/outemployess.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/inemployees.vue
@@ -1227,6 +1227,9 @@
  },
  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({
src/views/user/outemployess.vue
@@ -1092,6 +1092,7 @@
  },
  methods: {
    exportExcel() {
      this.queryParams.baseKey = this.queryParams.vague
      var params = this.queryParams
      params.empStatus = '1,2,3'
      this.$download('hr/empBaseInfo/exportEmpAll', { ...params }, `基本信息_${new Date().getTime()}.xls`).then(() => {