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