17613754660 3 anni fa
parent
commit
02659005c5

+ 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));
                 }