Browse Source

修改接口参数

seyason 8 tháng trước cách đây
mục cha
commit
7a26e6cb34

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

@@ -2663,7 +2663,7 @@ export default {
             this.proJuctId ? sl.projectId = this.proJuctId : ''
             sl.startDate = this.rangeDatas[0]
             sl.endDate = this.rangeDatas[1]
-            sl.deptIds = row.deptIds
+            sl.deptIdStr = row.deptIds
             sl.titleStr = (listText || '')+',总计'
           }
         } else if(this.ins == 25) {