Commit a287a7c8 by Takumi Imai

#49766 パス変更

parent c72bc9e2
......@@ -54,7 +54,7 @@ CONSTANT.URL = {
HTML: {
BASE: '/checkapi/web/html/',
TASK_REPORT_LIST: 'getTaskReport/index',
ENTRY_REPORT: 'getReport???', //未定
LIST_REPORT_FORM: 'ListReportForm/showReport',
},
},
WEB: {
......
......@@ -497,6 +497,6 @@ OL.createUrlOfOperation = function (enableAddReport, reportType) {
if (reportType == CONSTANT.REPORT_TYPE.ROUTINE || enableAddReport == '1') {
return baseUrl + CONSTANT.URL.CMS.HTML.TASK_REPORT_LIST;
} else {
return baseUrl + CONSTANT.URL.CMS.HTML.ENTRY_REPORT;
return baseUrl + CONSTANT.URL.CMS.HTML.LIST_REPORT_FORM;
}
};
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