Lijy 3 лет назад
Родитель
Сommit
5468e46fd7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

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

@@ -1551,6 +1551,7 @@ export default {
       this.listLoading = false
       this.listLoading = false
         if(res.code == 'ok'){
         if(res.code == 'ok'){
           this.monthlyPersonnelList = res.data.result
           this.monthlyPersonnelList = res.data.result
+          this.total = res.data.total
         }else {
         }else {
           this.$message({
           this.$message({
             message: res.msg,
             message: res.msg,