Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
69b41b43
Commit
69b41b43
authored
Nov 17, 2022
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add test log
parent
8edcb9d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
abweb/common/js/common.js
+2
-0
abweb/js/reportList/reportList.js
+7
-0
No files found.
abweb/common/js/common.js
View file @
69b41b43
...
@@ -58,6 +58,7 @@ COMMON.avwScreenMove = function (url) {
...
@@ -58,6 +58,7 @@ COMMON.avwScreenMove = function (url) {
* @param {String} key
* @param {String} key
*/
*/
COMMON
.
showLoading
=
function
()
{
COMMON
.
showLoading
=
function
()
{
console
.
log
(
"kdh check showLoading"
);
$
(
'#loader'
).
css
(
{
$
(
'#loader'
).
css
(
{
'width'
:
$
(
window
).
width
(),
'width'
:
$
(
window
).
width
(),
'height'
:
$
(
window
).
height
()
'height'
:
$
(
window
).
height
()
...
@@ -302,6 +303,7 @@ COMMON.cmsAjax = function (url, param, async = true, callback, errorCallback, ty
...
@@ -302,6 +303,7 @@ COMMON.cmsAjax = function (url, param, async = true, callback, errorCallback, ty
*/
*/
COMMON
.
checkAuth
=
function
(
async
=
true
)
{
COMMON
.
checkAuth
=
function
(
async
=
true
)
{
let
params
=
{};
let
params
=
{};
console
.
log
(
"kdh check"
);
params
.
sid
=
COMMON
.
getSid
;
params
.
sid
=
COMMON
.
getSid
;
const
url
=
COMMON
.
format
(
ClientData
.
conf_checkApiUrl
(),
ClientData
.
userInfo_accountPath
())
+
CONSTANT
.
URL
.
CMS
.
API
.
AUTH_SESSION
;
const
url
=
COMMON
.
format
(
ClientData
.
conf_checkApiUrl
(),
ClientData
.
userInfo_accountPath
())
+
CONSTANT
.
URL
.
CMS
.
API
.
AUTH_SESSION
;
COMMON
.
cmsAjax
(
url
,
params
,
async
,
null
,
function
()
{
COMMON
.
cmsAjax
(
url
,
params
,
async
,
null
,
function
()
{
...
...
abweb/js/reportList/reportList.js
View file @
69b41b43
...
@@ -12,12 +12,19 @@
...
@@ -12,12 +12,19 @@
RL
.
init
=
function
()
{
RL
.
init
=
function
()
{
//Check if user is logged in
//Check if user is logged in
COMMON
.
showLoading
();
COMMON
.
showLoading
();
console
.
log
(
"kdh check closeLoading RL.init1"
);
COMMON
.
checkAuth
(
false
);
COMMON
.
checkAuth
(
false
);
console
.
log
(
"kdh check closeLoading RL.init2"
);
console
.
log
(
'ReportList init start'
);
console
.
log
(
'ReportList init start'
);
console
.
log
(
"kdh check closeLoading RL.init3"
);
RL
.
checkQuickReport
();
RL
.
checkQuickReport
();
console
.
log
(
"kdh check closeLoading RL.init4"
);
RL
.
loadCommon
();
RL
.
loadCommon
();
console
.
log
(
"kdh check closeLoading RL.init5"
);
RL
.
initTaskReportList
();
RL
.
initTaskReportList
();
console
.
log
(
"kdh check closeLoading RL.init6"
);
COMMON
.
closeLoading
();
COMMON
.
closeLoading
();
console
.
log
(
"kdh check closeLoading RL.init7"
);
};
};
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment