Commit 53828158 authored by agping's avatar agping

修改

parent 575efd4a
...@@ -389,7 +389,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp ...@@ -389,7 +389,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp
success: function(data) { success: function(data) {
if(data.code == 200) { if(data.code == 200) {
alert('提交成功'); alert('提交成功');
$("#modal-edit").modal('hide'); $("#modal-add").modal('hide');
}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