Commit 03e723b5 by Kang Donghun

コード整理

parent a287a7c8
......@@ -254,9 +254,6 @@ COMMON.cmsAjax = function (url, param, async = true, callback, errorCallback) {
}
},
error: function (XMLHttpRequest, textStatus, errorThrown) {
console.log('kdh check XMLHttpRequest = ' + XMLHttpRequest);
console.log('kdh check textStatus = ' + textStatus);
console.log('kdh check errorThrown = ' + errorThrown);
if (errorCallback) {
errorCallback();
} else {
......
......@@ -53,7 +53,7 @@ CONSTANT.URL = {
},
HTML: {
BASE: '/checkapi/web/html/',
TASK_REPORT_LIST: 'getTaskReport/index',
TASK_REPORT_LIST: 'getTaskReport/',
LIST_REPORT_FORM: 'ListReportForm/showReport',
},
},
......
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