提交 e462be2e 编写于 作者: W weizhiqiang

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

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