|
@@ -1632,7 +1632,7 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog title="" :visible.sync="formulaCompVisible" fullscreen append-to-body class="full-dialog">
|
|
|
- <FormulaEdit :wbsid="id" :nodeid="curTreeData.id" :eleid="formulaCurRow.id" :globaltype="formulaCurRow.globaltype" @hideDialog="formulaCompVisible = false" v-if="formulaCompVisible"></FormulaEdit>
|
|
|
+ <FormulaEdit :nodeid="curTreeData.id" :eleid="formulaCurRow.id" :globaltype="formulaCurRow.globaltype" @hideDialog="formulaCompVisible = false" v-if="formulaCompVisible"></FormulaEdit>
|
|
|
</el-dialog>
|
|
|
|
|
|
</basic-container>
|
|
@@ -2512,10 +2512,11 @@ export default {
|
|
|
// }
|
|
|
// });
|
|
|
//this.editEleFormulaVisible = false;
|
|
|
-
|
|
|
this.formulaCurRow = row;
|
|
|
this.formulaCurRow.globaltype = type;
|
|
|
this.formulaCompVisible = true;
|
|
|
+ console.log(this.formulaCurRow)
|
|
|
+ console.log(this.curTreeData)
|
|
|
},
|
|
|
|
|
|
getNodeTypelist () {
|