Commit cff725cb authored by xioln's avatar xioln

供外添加maxNum修改

parent 94f916ac
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
if (this.form.reqAmount) { if (this.form.reqAmount) {
this.maxNum = this.form.reqAmount this.maxNum = this.form.reqAmount
} else { } else {
this.maxNum = 10 this.maxNum = 9999
} }
}, },
methods: { methods: {
......
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