fix(Sku): check state when reset (#5231)
This commit is contained in:
@@ -112,6 +112,7 @@ export default createComponent({
|
||||
methods: {
|
||||
setCurrentNum(num) {
|
||||
this.currentNum = num;
|
||||
this.checkState(this.stepperMinLimit, this.stepperLimit);
|
||||
},
|
||||
|
||||
onOverLimit(action) {
|
||||
|
||||
Reference in New Issue
Block a user