소스 검색

Merge branch 'fix/script' into 'develop'

Merge of fix/script to develop 脚本编辑器bug修改

See merge request o2oa/o2oa!695
胡起 5 년 전
부모
커밋
10dd007fac
2개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      o2web/source/x_component_portal_PageDesigner/Main.js
  2. 1 0
      o2web/source/x_component_portal_PageDesigner/Script.js

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

@@ -1689,7 +1689,7 @@ MWF.xApplication.portal.PageDesigner.Main = new Class({
         }
     }
 });
-
-MWF.APPPD.Script = new Class({
-
-})
+//
+// MWF.APPPD.Script = new Class({
+//
+// })

+ 1 - 0
o2web/source/x_component_portal_PageDesigner/Script.js

@@ -24,6 +24,7 @@ MWF.xApplication.portal.PageDesigner.Script = new Class({
         //this.categorys = {};
         this.moduleCategorys = {};
         this.pathCategorys = {};
+
         this.loadView();
     },
     loadView: function(){