瀏覽代碼

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

zhouna 6 年之前
父節點
當前提交
f0a5821fdc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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