$.ajax({
url:"com.bgy.orgmgr.subjectTeacher.subjectandteacher.queryEmpByDeptId.biz.ext",
type:'POST',
data:json,
cache: false,
async:false, //同步
contentType:'text/json',
success:function(text){
var returnJson = nui.decode(text);
if(returnJson.exception == null){
}else{
nui.alert("操作失败", "系统提示");
}
}
});
url:"com.bgy.orgmgr.subjectTeacher.subjectandteacher.queryEmpByDeptId.biz.ext",
type:'POST',
data:json,
cache: false,
async:false, //同步
contentType:'text/json',
success:function(text){
var returnJson = nui.decode(text);
if(returnJson.exception == null){
}else{
nui.alert("操作失败", "系统提示");
}
}
});