Commit a3bad4e7 authored by duxinyuan's avatar duxinyuan

1

parent 57a4d2f1
......@@ -395,8 +395,11 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
'id' : id
};
$.post('/index/delAdjustment',params , function(data){
console.log(data);
that.getList(1);
if(data.code == 200) {
that.getList(1);
} else {
alert(data.msg);
}
},'json')
}
};
......
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