浏览代码

提交月度工时表

Lijy 2 年之前
父节点
当前提交
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
         if(res.code == 'ok'){
           this.monthlyPersonnelList = res.data.result
+          this.total = res.data.total
         }else {
           this.$message({
             message: res.msg,