Commit 02ab02eb by 莫晓莉

mxl

parent ac711e87
......@@ -315,7 +315,7 @@
<dialogRemind ref="testDialogueRemind" @getValue="getValueFromChild" :dialogVisibleOne.sync='dialogVisibleRemind' :repositoryInfoModel="repositoryInfoModel" :selectName='selectName'></dialogRemind>
<scanDialog ref="scanDialog" :scanDialogVisible.sync="scanDialogVisible" :createModel="createModel"></scanDialog>
<feature ref="feature" :featureDialogVisible.sync="featureDialogVisible"></feature>
<establishDialog ref="establishDialog" :estabDialogVisible.sync="estabDialogVisible" :title="estabTitle" :nodePath="nodePath" :explorer="explorer"></establishDialog>
<createDialog ref="establishDialog" :estabDialogVisible.sync="estabDialogVisible" :title="estabTitle" :nodePath="nodePath" :explorer="explorer"></createDialog>
<export-tree ref="exDialog" :exportDialogVisible.sync="exportDialogVisible"></export-tree>
</div>
......@@ -332,7 +332,7 @@ import nodeMenu from '../dashboard-kettle/components/designer/modules/node_menu'
import testDialogue from '../dialogs-components/test'
import scanDialog from '../dialogs-components/scan'
import feature from '../dialogs-components/feature'
import establishDialog from '../dialogs-components/establish'
import createDialog from '../dialogs-components/establish'
// 弹窗组件end====================
......@@ -369,7 +369,7 @@ export default {
dialogRemind,////删除提示弹窗
scanDialog,
feature,//特征列表
establishDialog,
createDialog,
// Establish,//新建转换,新建作业,新建目录弹窗
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment