Commit 2b0d1b95 by Kang Donghun

class name fixed

parent ff114348
......@@ -57,7 +57,7 @@
</main>
<!-- ↓↓↓ ここから共通HTML ↓↓↓ -->
<div class="container-wrap-fluid mb-5" id="task-list"></div>
<div class="container-wrap mb-5" id="reportList"></div>
<!-- confirm -->
<div id="includedConfirmModal"></div>
......
......@@ -27,10 +27,10 @@ RL.initTaskReportList = function() {
params.operationId = sessionStorage.OL_operationId;
params.returnUrl = CONSTANT.URL.WEB.BASE + CONSTANT.URL.WEB.OPERATION_LIST;
let url = COMMON.format(ClientData.conf_checkApiUrl(), ClientData.userInfo_accountPath()) + CONSTANT.URL.CMS.HTML.BASE + CONSTANT.URL.CMS.HTML.TASK_REPORT_LIST;
$("#task-list").load(url, params);
$("#reportList").load(url, params);
} else {
COMMON.displayAlert("error");
COMMON.avwScreenMove("taskList.html");
COMMON.avwScreenMove("index.html");
}
}
......
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