lilei 2 năm trước cách đây
mục cha
commit
391e8fd926
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/utils/mixin.js

+ 3 - 0
src/utils/mixin.js

@@ -89,6 +89,9 @@ const commonMixin = {
         if (this.exportLoading !== undefined){
           this.exportLoading = a
         }
+        if(this.isInster !== undefined){
+          this.isInster = a
+        }
       }
     }
   },