浏览代码

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

chenrui 2 年之前
父节点
当前提交
67121edddb
共有 1 个文件被更改,包括 3 次插入0 次删除
  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
+        }
       }
     }
   },