Pārlūkot izejas kodu

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

zhouna 6 gadi atpakaļ
vecāks
revīzija
f0a5821fdc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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