浏览代码

调整资源分配的报错

Lijy 2 年之前
父节点
当前提交
e38bc6565d
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/project_gantt.vue

+ 3 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/project_gantt.vue

@@ -210,7 +210,9 @@ export default {
       editDate1: '',
       editDate1: '',
       editDate2: '',
       editDate2: '',
       taskgroupList: [],
       taskgroupList: [],
-      valuex2: ''
+      valuex2: '',
+
+      user: JSON.parse(sessionStorage.getItem("user")),
 
 
     }
     }
   },
   },