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

合并组织人员

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