|
@@ -744,6 +744,8 @@ export default {
|
|
|
this.projectForm.id = res.data.data.id;
|
|
|
} else if (this.activeType == '2') {
|
|
|
await this.saveWbsTree();
|
|
|
+ } else if (this.activeType == '3'){
|
|
|
+ await this.saveLogWbsTree();
|
|
|
}
|
|
|
} catch (error) {
|
|
|
this.btnLoad = false;
|