|
|
@@ -75,7 +75,7 @@ export default {
|
|
|
return false
|
|
|
}
|
|
|
const product = this.selectList.map(e => {
|
|
|
- return { productId: e.id, unitType:e.unitType,num:e.num}
|
|
|
+ return { productId: e.id, unitType:e.unitType,num:e.currentNum}
|
|
|
})
|
|
|
uni.showLoading({mask:true})
|
|
|
modifyItem({product:JSON.stringify(product),id:this.option.id}).then(res=>{
|