Commit 96e76f04 by wancheng

组织机构选择修改

parent 58cdc92f
...@@ -22,6 +22,11 @@ $(function () { ...@@ -22,6 +22,11 @@ $(function () {
return; return;
} }
let row = rows[0]; let row = rows[0];
let isInput= decodeURI(window.location.href.split("&")[1]);
if(isInput==="isInput"){
parent.JSColorbox.setValueCallback(row.orgId);
return;
};
JSUtils.confirm("确定\"是否\"分派? ", { JSUtils.confirm("确定\"是否\"分派? ", {
ok: function () { ok: function () {
parent.JSColorbox.setValueCallback(row.orgId); parent.JSColorbox.setValueCallback(row.orgId);
......
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