Commit f47030fd authored by 卜远杰's avatar 卜远杰

合并组织人员

parent e73b6031
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
#if($shiro.hasPermission("sys:qyuser:edit")) #if($shiro.hasPermission("sys:qyuser:edit"))
<input class="btn btn-primary" id="save" value="保存" type="submit"> <input class="btn btn-primary" id="save" value="保存" type="submit">
#end #end
<a href="#springUrl('/a/qyuser/list')" class="btn btn-default">取消</a> <a href="#springUrl('/a/orgunit/list')" class="btn btn-default">取消</a>
</div> </div>
</form> </form>
<!-- /.box-body --> <!-- /.box-body -->
...@@ -577,7 +577,7 @@ ...@@ -577,7 +577,7 @@
location.href = "#springUrl('/a/qyuser/form')"; location.href = "#springUrl('/a/qyuser/form')";
}, },
cancel: function () { cancel: function () {
location.href = "#springUrl('/a/qyuser/list')"; location.href = "#springUrl('/a/orgunit/list')";
} }
}); });
} else if (returnobj.errorNo == 0) { //修改成功 } else if (returnobj.errorNo == 0) { //修改成功
...@@ -585,7 +585,7 @@ ...@@ -585,7 +585,7 @@
message: "更新成功", message: "更新成功",
btntext: "确定", btntext: "确定",
success: function () { success: function () {
location.href = "#springUrl('/a/qyuser/list')"; location.href = "#springUrl('/a/orgunit/list')";
} }
}); });
} else if (returnobj.errorNo == 3) { } else if (returnobj.errorNo == 3) {
...@@ -593,7 +593,7 @@ ...@@ -593,7 +593,7 @@
message: "账号重复", message: "账号重复",
btntext: "确定", btntext: "确定",
success: function () { success: function () {
location.href = "#springUrl('/a/qyuser/list')"; // location.href = "#springUrl('/a/orgunit/list')";
} }
}); });
} else { } else {
...@@ -601,7 +601,7 @@ ...@@ -601,7 +601,7 @@
message: "创建失败", message: "创建失败",
btntext: "确定", btntext: "确定",
success: function () { success: function () {
location.href = "#springUrl('/a/qyuser/list')"; //location.href = "#springUrl('/a/orgunit/list')";
} }
}); });
} }
......
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