浏览代码

调整人员月报表接口

Lijy 2 年之前
父节点
当前提交
dc7ec1e680
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -1361,7 +1361,7 @@ export default {
           url += "/exportProjectBaseCost"
         } else if(this.ins == 14) {
           fName = this.$t('ren-yuan-yue-du-gong-shi-biao') + '.xls'
-          url += "/project/exportEmpMonthHours"
+          url += "/exportEmpMonthHours"
           sl.userId= this.userId,
           sl.departmentId = this.departmentIdArray.length > 0 ? this.departmentIdArray[this.departmentIdArray.length - 1] : '',
           sl.month = this.monthPersonnel + '-01'