Commit ff7150cc authored by Damon's avatar Damon

perf: 完工选择物料默认数量为1

parent b47e2fea
......@@ -117,7 +117,7 @@ export default {
const max = v.stock + Number(v.useStock)
v.min = 1
v.checked = false
v.quantity = max
v.quantity = 1
v.max = max
const images = v.images ? v.images.split(',') : []
v.images = images[0]
......
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