|
@@ -1398,7 +1398,7 @@
|
|
|
:nodeid="curTreeData.id"
|
|
|
:eleid="formulaCurRow.id"
|
|
|
:globaltype="formulaCurRow.globaltype"
|
|
|
- :iswbstype="2"
|
|
|
+ :iswbstype="0"
|
|
|
@hideDialog="formulaCompVisible = false"
|
|
|
v-if="formulaCompVisible"
|
|
|
></FormulaEdit>
|
|
@@ -1406,7 +1406,7 @@
|
|
|
<!-- 全局公式 -->
|
|
|
<el-dialog title="" :visible.sync="formulaCompVisible1" fullscreen append-to-body class="full-dialog" @close="closeformulaComp1">
|
|
|
<FormulaEditone :wbsid="id" :nodeid="curTreeData.id" :eleid="formulaCurRow.id" :elementType="formulaCurRow.elementType" :projectid="projectid" :tableType="istableType"
|
|
|
- :globaltype="formulaCurRow.globaltype" @hideDialog="formulaCompVisible1 = false" :fromcurNode="curEleTable" :iswbstype="2"
|
|
|
+ :globaltype="formulaCurRow.globaltype" @hideDialog="formulaCompVisible1 = false" :fromcurNode="curEleTable" :iswbstype="0"
|
|
|
v-if="formulaCompVisible1">
|
|
|
</FormulaEditone>
|
|
|
</el-dialog>
|