Browse Source

bug fixed

wangnan 7 years ago
parent
commit
371e7d703e
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

@@ -141,6 +141,9 @@ export default {
     },
     },
     methods: {
     methods: {
         maskClose() {
         maskClose() {
+            if(this.isLoading){
+                return;
+            }
             this.areaShow = false;
             this.areaShow = false;
             clearTimeout(this.timer);
             clearTimeout(this.timer);
             this.timer = setTimeout(()=>{
             this.timer = setTimeout(()=>{