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
89f4ee7f
Commit
89f4ee7f
authored
Oct 14, 2022
by
Takumi Imai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#49766 ファイル構成
parent
a287a7c8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
abvw/common/js/constant.js
+2
-1
abvw/js/operationList/operationList.js
+1
-0
No files found.
abvw/common/js/constant.js
View file @
89f4ee7f
...
...
@@ -58,7 +58,8 @@ CONSTANT.URL = {
},
},
WEB
:
{
BASE
:
'abvw/html/'
,
BASE
:
'http://127.0.0.1:5500/abvw/html/'
,
OPERATION_LIST
:
'index'
,
},
};
...
...
abvw/js/operationList/operationList.js
View file @
89f4ee7f
...
...
@@ -462,6 +462,7 @@ OL.sendOperation = function (operationId, operationType, reportType, enableAddRe
let
params
=
{};
params
.
sid
=
COMMON
.
getSid
();
params
.
operationId
=
operationId
;
params
.
returnUrl
=
CONSTANT
.
URL
.
WEB
.
BASE
+
CONSTANT
.
URL
.
WEB
.
OPERATION_LIST
;
const
url
=
OL
.
createUrlOfOperation
(
enableAddReport
,
reportType
);
COMMON
.
postCommunication
(
url
,
params
);
};
...
...
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