Browse Source

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

chenrui 2 years ago
parent
commit
67121edddb
1 changed files with 3 additions and 0 deletions
  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
+        }
       }
     }
   },