ソースを参照

update bug fixed

wangnan 7 年 前
コミット
83967ae6ba
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/package/choose/src/choose.vue

+ 3 - 0
src/package/choose/src/choose.vue

@@ -165,6 +165,9 @@ export default {
             this.$emit('choose-item',item,this.tabIndex);
             this.$emit('choose-item',item,this.tabIndex);
         },
         },
         getCurrList(index){
         getCurrList(index){
+            if(this.isLoading){
+                return;
+            }
             this.list = this.tempDatas[index].list || [];
             this.list = this.tempDatas[index].list || [];
             this.currItem = this.tempDatas[index].item ;
             this.currItem = this.tempDatas[index].item ;
             this.tabIndex = index + 1;
             this.tabIndex = index + 1;