提交 e462be2e 编写于 作者: W weizhiqiang

解决项目业务流程设计加载错误的问题

上级 7c5dd046
...@@ -107,9 +107,9 @@ layui.config({ ...@@ -107,9 +107,9 @@ layui.config({
type = "1"; type = "1";
$("#treeRight").hide(); $("#treeRight").hide();
_openNewWindows({ _openNewWindows({
url: "../../tpl/planprojectflow/planprojectflowadd.html", url: "../../tpl/planProjectFlow/planProjectFlowAdd.html",
title: "新增目录", title: "新增目录",
pageId: "companyjobedit", pageId: "planProjectFlowAdd",
callBack: function (refreshCode) { callBack: function (refreshCode) {
winui.window.msg(systemLanguage["com.skyeye.successfulOperation"][languageType], {icon: 1, time: 2000}); winui.window.msg(systemLanguage["com.skyeye.successfulOperation"][languageType], {icon: 1, time: 2000});
loadTable(); loadTable();
...@@ -122,9 +122,9 @@ layui.config({ ...@@ -122,9 +122,9 @@ layui.config({
type = "2"; type = "2";
$("#treeRight").hide(); $("#treeRight").hide();
_openNewWindows({ _openNewWindows({
url: "../../tpl/planprojectflow/planprojectflowadd.html", url: "../../tpl/planProjectFlow/planProjectFlowAdd.html",
title: "新增流程图", title: "新增流程图",
pageId: "companyjobedit", pageId: "planProjectFlowAdd",
callBack: function (refreshCode) { callBack: function (refreshCode) {
winui.window.msg(systemLanguage["com.skyeye.successfulOperation"][languageType], {icon: 1, time: 2000}); winui.window.msg(systemLanguage["com.skyeye.successfulOperation"][languageType], {icon: 1, time: 2000});
loadTable(); loadTable();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册