Jelajahi Sumber

内容管理表单预加载样式

unknown 5 tahun lalu
induk
melakukan
e694547ddd
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      o2web/source/x_component_cms_FormDesigner/Main.js

+ 4 - 4
o2web/source/x_component_cms_FormDesigner/Main.js

@@ -1388,12 +1388,12 @@ MWF.xApplication.cms.FormDesigner.Main = new Class({
         if (!this.isSave){
             var pcData, mobileData;
             if (this.pcForm){
-                this.pcForm._getFormData();
-                pcData = this.pcForm.data;
+                pcData = this.pcForm._getFormData();
+                // pcData = this.pcForm.data;
             }
             if (this.mobileForm){
-                this.mobileForm._getFormData();
-                mobileData = this.mobileForm.data;
+                mobileData = this.mobileForm._getFormData();
+                // mobileData = this.mobileForm.data;
             }else{
                 if (this.formMobileData) mobileData = this.formMobileData;
             }