Commit a9e5c74f by 李耀琨

可以回显

parent aaf8e4ab
<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>
......
......@@ -1208,9 +1208,12 @@ props: ["dragItem"],
pamer.append("path", this.nodePath);
pamer.append("type", "transformation");
open(pamer).then(res=>{
console.log(res,'返回空白画布xml');
// console.log(res,'返回画布xml');
this.blankCanvas = res
// 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