浏览代码

泓浒考勤刷新修复

QuYueTing 1 天之前
父节点
当前提交
8e80de342b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -1002,7 +1002,7 @@ export default {
                 .then(res => {
                     if (res.code == 'ok') {
                         this.cardRefLoading = false;
-                        this.report.time = res.data.time;
+                        this.report.time = res.data;
                     } else {
                         this.cardRefLoading = false;
                         this.$toast.fail('获取失败:' + res.msg);