update gooflow to 1.3.2

This commit is contained in:
yubaolee
2018-03-19 17:21:56 +08:00
parent f3bc5fbfa5
commit 25387d12f1
44 changed files with 5213 additions and 2559 deletions

View File

@@ -8,9 +8,8 @@ layui.config({
var index = parent.layer.getFrameIndex(window.name); //获取窗口索引
//从flowschemes.js进入的节点信息
var _FlowDesignObject = parent.FlowDesignObject;
var node = _FlowDesignObject.$nodeData[_FlowDesignObject.$focus];
node.id = _FlowDesignObject.$focus;
var node = parent.FlowDesignObject;
console.log(JSON.stringify(node));
var vm = new Vue({
el: "#formEdit"