This commit is contained in:
“wanyongkang”
2021-09-28 15:34:33 +08:00
parent 9f2474a759
commit 8caefd9383
3 changed files with 6 additions and 2 deletions

View File

@@ -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)
}
}