Parcourir la source

Merge branch 'develop_yh12' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh12

chenrui il y a 2 ans
Parent
commit
67121edddb
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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
+        }
       }
     }
   },