Commit 436fbc30 by 莫晓莉

Merge branch 'master' of http://139.159.239.83:9093/mxl/ETL-admin

parents a802f027 1b3e4097
<template>
<div class="tableInput">
<el-form ref="stepName" :model="stepName" label-width="120px">
<el-form ref="stepName" :model="form" label-width="120px">
<el-form-item label="步骤名称:">
<el-input v-model="stepName.name" @change="tableInputName"></el-input>
<el-input v-model="form.name" @change="tableInputName"></el-input>
</el-form-item>
</el-form>
......
......@@ -1205,7 +1205,6 @@ props: ["dragItem"],
},
handleNodeClick(data,node){
console.log('点击当前节点===',node);
this.nodePath=data.path;//当前选择数
this.curNodeIconCls=data.iconCls;//当前选中节点
console.log('当前节点的文件夹路径:',this.nodePath);
if(node.data.leaf){
......@@ -1219,6 +1218,9 @@ props: ["dragItem"],
// this.tabShowFlag=true;//核心对象显项卡显示
this.activeName="second";
// var xmlDocument = mxUtils.parseXml(res);
// var decoder = new mxCodec(xmlDocument);
// var node = xmlDocument.documentElement;
......
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