|
@@ -205,7 +205,7 @@ export default defineComponent({
|
|
state.check.includes(item.goodsId) &&
|
|
state.check.includes(item.goodsId) &&
|
|
!state.paymentOrderDetails.includes(item.goodsType)
|
|
!state.paymentOrderDetails.includes(item.goodsType)
|
|
) {
|
|
) {
|
|
- checkInstruments = true
|
|
|
|
|
|
+ checkInstruments = false
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|