jiemian
This commit is contained in:
@@ -916,8 +916,9 @@
|
||||
type: 'GET',
|
||||
url: '/api/course/v1/productaccount/KillOut?productId=' + item.ProductId + '&id=' + item.Id,
|
||||
success: function (res) {
|
||||
alert("操作成功");
|
||||
this.onLineData = [];
|
||||
if (res.Code == 10000) {
|
||||
alert("操作成功");
|
||||
that.online(item.ProductId, item.Account)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user