|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
confirmToSubmit () {
|
|
|
let that = this
|
|
|
let goods = this.selectList.map((ele) => {
|
|
|
- return { goodsId: ele.id, num: ele.bigCount,price: ele.userPrice,goodsSn:ele.sn,cover:ele.cover }
|
|
|
+ return {goodsId: ele.id, num: ele.bigCount,price: ele.userPrice,goodsSn:ele.sn,cover:ele.shortCover}
|
|
|
})
|
|
|
that.$util.confirmModal({content:'确认提交?'},() => {
|
|
|
cgPlant({goods:JSON.stringify(goods),...that.form}).then((res) => {
|