调整
This commit is contained in:
@@ -563,7 +563,6 @@
|
||||
if (!res.errorCode && res.error_code && (res.error_code == 40002)) {
|
||||
this.isShowWarning = true
|
||||
this.warningText = '账号异常,请更换“卖家中心”账号'
|
||||
this.isBegin = false
|
||||
}
|
||||
if (this.isBegin) {
|
||||
// 继续抢
|
||||
|
||||
@@ -346,7 +346,7 @@
|
||||
},
|
||||
remove(sn) {
|
||||
for (let i = 0; i < this.choosedList.length; i++) {
|
||||
if (this.choosedList[i].subPurchaseOrderSn == sn) {
|
||||
if (this.choosedList[i].subPurchaseOrderBasicVO.subPurchaseOrderSn == sn) {
|
||||
this.choosedList.splice(i, 1)
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user