Pārlūkot izejas kodu

Merge branch 'master' of http://47.100.37.243:10080/wutt/manHourHousekeeper into master

seyason 3 gadi atpakaļ
vecāks
revīzija
5f6b857052

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

@@ -1339,7 +1339,7 @@ a {
             },
             addNewSubProject(subProject) {
                 if (subProject == null) {
-                    this.addForm = {projectId: this.currentProject.id, level:1}
+                    this.temaddForm = {projectId: this.currentProject.id, level:1}
                 } else {
                     this.temaddForm = JSON.parse(JSON.stringify(subProject));
                 }