Commit 91ba4a3e authored by hujun's avatar hujun

0

parent b0aee3fa
...@@ -273,6 +273,7 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin ...@@ -273,6 +273,7 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
dataType: "json", dataType: "json",
success: function(data){ success: function(data){
if(data.code==200){ if(data.code==200){
store.agents_id = 0;
alert('提交成功'); alert('提交成功');
$("#modal-edit").modal('hide'); $("#modal-edit").modal('hide');
store.getList(store.pageNo); store.getList(store.pageNo);
......
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