Explorar o código

Merge remote-tracking branch 'origin/bugFix20190722' into bugFix20190722

zhouna %!s(int64=6) %!d(string=hai) anos
pai
achega
f0a5821fdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/icss/SingleSelect.vue

+ 1 - 1
src/components/icss/SingleSelect.vue

@@ -268,7 +268,7 @@
               this.focusOn = i-1
             }
           } else if(type == '2') {
-            if(this.focusOn == this.rows.length) {
+            if(this.focusOn == this.rows.length-1) {
               return
             } else {
                let i = this.focusOn