Explorar el Código

[update] 表单对象增加loading方法

cfort hace 2 años
padre
commit
603882f855
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/business/platform/form/utils/JForm.js

+ 1 - 0
src/business/platform/form/utils/JForm.js

@@ -39,6 +39,7 @@ _.extend(JForm, {
         this.$import = _import
         this.$import = _import
         this._ = _
         this._ = _
         this._isInitialization = true
         this._isInitialization = true
+        this.$loading = Vue.prototype.$loading
     },
     },
 
 
     // 表单加载
     // 表单加载