Commit 58c33d59 by Takumi Imai

#49772 デザイン適応

parent 7860e4dc
......@@ -24,14 +24,6 @@
<script type="text/javascript" src="../js/reportForm/reportForm.js?__UPDATEID__"></script>
<script src="https://cdn.jsdelivr.net/npm/gasparesganga-jquery-loading-overlay@2.1.7/dist/loadingoverlay.min.js"></script>
<style type="text/css">
header {
position: static;
display: block;
background-color: transparent;
overflow: visible;
}
</style>
</head>
<body onload="RF.init();">
......
......@@ -31,7 +31,9 @@ RF.initFormView = function () {
// params.processKey = processKey;
// params.phaseNo = phaseNo;
const url = COMMON.format(ClientData.conf_checkApiUrl(), ClientData.userInfo_accountPath()) + CONSTANT.URL.CMS.HTML.BASE + CONSTANT.URL.CMS.HTML.LIST_REPORT_FORM;
$('#report-form').load(url, params, initPageLoad());
$('#report-form').load(url, params, function () {
initPageLoad();
});
} else {
COMMON.displayAlert('error');
COMMON.avwScreenMove('taskList.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