lxl 2 years ago
parent
commit
2b95bd90f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EMIS.Web/Scripts/Bowin.Control.Core/Core/Config/CMS.Config.js

+ 1 - 1
EMIS.Web/Scripts/Bowin.Control.Core/Core/Config/CMS.Config.js

@@ -14,7 +14,7 @@ var CMS_SystemConfig = {
         return $.String2XML(configClass.responseText);
     },
     //1:sqlReport,2:PDF
-    ReportType: 1,
+    ReportType: 2,
     StudentChangeIsEnabled: true,
 };