Commit ccceae87 by 冷斌

update

parent 59cc33fa
...@@ -140,7 +140,8 @@ ...@@ -140,7 +140,8 @@
if(data.code==0){ if(data.code==0){
layer.msg(data.msg); layer.msg(data.msg);
$('#lrow-' + touid).remove(); $('#lrow-' + touid).remove();
_this.cancelBtn(); // _this.cancelBtn();
window.location.reload();
}else{ }else{
layer.msg(data.msg); layer.msg(data.msg);
return !1; return !1;
......
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