Browse Source

update bug fixed

wangnan 7 years ago
parent
commit
83967ae6ba
1 changed files with 3 additions and 0 deletions
  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);
         },
         getCurrList(index){
+            if(this.isLoading){
+                return;
+            }
             this.list = this.tempDatas[index].list || [];
             this.currItem = this.tempDatas[index].item ;
             this.tabIndex = index + 1;