Commit 976f6fad authored by Damon's avatar Damon

fix: skuId

parent b069e46a
...@@ -230,7 +230,7 @@ export default { ...@@ -230,7 +230,7 @@ export default {
submit() { submit() {
const lists = this.lists.filter(v => !v.disabled).map(v => { const lists = this.lists.filter(v => !v.disabled).map(v => {
return { return {
part_id: v.id, part_id: v.skuId,
quantity: v.quantity 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