Commit 0955461c authored by hujun's avatar hujun

1

parent 269ea329
...@@ -390,6 +390,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp ...@@ -390,6 +390,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp
if(data.code == 200) { if(data.code == 200) {
alert('提交成功'); alert('提交成功');
$("#modal-add").modal('hide'); $("#modal-add").modal('hide');
agent.getList(agent.pageNo);
}else if(data.code == 101){ }else if(data.code == 101){
if(data.msg == '转勤'){ if(data.msg == '转勤'){
layer.open({ layer.open({
......
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