fix(Sku): check state when reset (#5231)

This commit is contained in:
Waiter
2019-12-09 19:31:04 +08:00
committed by neverland
parent 00c4e488c9
commit a047717016
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -112,6 +112,7 @@ export default createComponent({
methods: {
setCurrentNum(num) {
this.currentNum = num;
this.checkState(this.stepperMinLimit, this.stepperLimit);
},
onOverLimit(action) {