调整
This commit is contained in:
@@ -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