mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-05-16 20:11:25 +08:00
update gooflow to 1.3.2
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user