Преглед изворни кода

修复手机端导入日报审核模块数据不显示的问题, user对象没定义。

seyason пре 2 година
родитељ
комит
c4bb408df1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/audit/audit.vue

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet_h5/src/views/audit/audit.vue

@@ -35,6 +35,7 @@
 export default {
     data() {
         return {
+            user: JSON.parse(localStorage.userInfo),
             search: {
                 date: null,
                 projectId: null,