Преглед на файлове

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

seyason преди 3 години
родител
ревизия
5f6b857052
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

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