Commit c03b7d67 by Kang Donghun

fixed codes

parent 611a9940
...@@ -16,8 +16,8 @@ RF.init = function () { ...@@ -16,8 +16,8 @@ RF.init = function () {
COMMON.checkAuth(false); COMMON.checkAuth(false);
COMMON.checkQuickReport(function (result) { COMMON.checkQuickReport(function (result) {
if (result) { if (result) {
result.isQuickReport = RF.isQuickReport; RF.isQuickReport = result.isQuickReport;
result.addReportFlg = RF.addReportFlg; RF.addReportFlg = result.addReportFlg;
} }
}); });
RF.loadCommon(); RF.loadCommon();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment