|
|
@@ -133,7 +133,7 @@
|
|
|
console.log(res);
|
|
|
if(res.status == 200 && res.data.code == 200) {
|
|
|
$eb.$swal('success',res.data.msg);
|
|
|
- _this.parents('tr').remove();
|
|
|
+ // _this.parents('tr').remove();
|
|
|
}else
|
|
|
return Promise.reject(res.data.msg || '解绑失败')
|
|
|
}).catch(function(err){
|