Browse Source

提交相关代码

Lijy 3 days ago
parent
commit
21f7c72270

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

@@ -3027,6 +3027,7 @@ export default {
           sl.monthStart= this.monthRange[0]+"-01"
           sl.monthEnd= this.monthRange[1]+"-01"
           sl.area = this.areaName || null
+          sl.userId = this.userId
           sl.departmentId = this.departmentIdArray.length > 0 ? this.departmentIdArray[this.departmentIdArray.length - 1] : ''
         } else if(this.ins == 20) {
           fName = this.$t('youXiaoGongShiShuaiBiao') + '.xlsx'