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
74570abf
Commit
74570abf
authored
Nov 02, 2022
by
Takumi Imai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#49768 作業一覧の送信する値のロジック修正
parent
a0ff7e4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
abvw/js/operationList/operationList.js
+1
-2
No files found.
abvw/js/operationList/operationList.js
View file @
74570abf
...
@@ -510,7 +510,7 @@ OL.sendOperation = function (operationId, operationType, reportType, enableAddRe
...
@@ -510,7 +510,7 @@ OL.sendOperation = function (operationId, operationType, reportType, enableAddRe
let
params
=
{};
let
params
=
{};
params
.
sid
=
COMMON
.
getSid
();
params
.
sid
=
COMMON
.
getSid
();
params
.
operationId
=
operationId
;
params
.
operationId
=
operationId
;
const
url
=
OL
.
createUrlOfOperation
(
enableAddReport
,
reportType
,
operationId
);
const
url
=
OL
.
createUrlOfOperation
(
enableAddReport
,
reportType
);
COMMON
.
postCommunication
(
url
,
params
);
COMMON
.
postCommunication
(
url
,
params
);
};
};
...
@@ -538,7 +538,6 @@ OL.saveOperationReadingLog = function (operationId, operationType, reportType) {
...
@@ -538,7 +538,6 @@ OL.saveOperationReadingLog = function (operationId, operationType, reportType) {
*
*
* @param {boolean} enableAddReport
* @param {boolean} enableAddReport
* @param {Number} reportType
* @param {Number} reportType
* @param {Number} operationId
* @returns url
* @returns url
*/
*/
OL
.
createUrlOfOperation
=
function
(
enableAddReport
,
reportType
)
{
OL
.
createUrlOfOperation
=
function
(
enableAddReport
,
reportType
)
{
...
...
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