Commit 976f6fad authored by Damon's avatar Damon

fix: skuId

parent b069e46a
......@@ -230,7 +230,7 @@ export default {
submit() {
const lists = this.lists.filter(v => !v.disabled).map(v => {
return {
part_id: v.id,
part_id: v.skuId,
quantity: v.quantity
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment