Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-station-module-view
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
amos-station-module-view
Commits
9e968ba8
Commit
9e968ba8
authored
May 29, 2020
by
taabe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改预案按钮点击url
parent
b32c5281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ruleService.js
mods/components/3dviewConvertor/services/ruleService.js
+3
-1
No files found.
mods/components/3dviewConvertor/services/ruleService.js
View file @
9e968ba8
...
...
@@ -11,7 +11,9 @@ const completePrefix = endConf.completePrefix;
* 调用规则通用服务
*/
export
const
ruleAction
=
(
content
,
confirm
)
=>
{
let
requestUrl
=
completePrefix
(
ConvertorURI
,
`
${
content
.
requestUrl
}
?batchNo=
${
content
.
batchNo
}
&stepCode=
${
content
.
stepCode
}
&buttonCode=
${
content
.
code
}
&confirm=
${
confirm
}
&contingencyPlanId=
${
content
.
contingencyPlanId
}
&stepState=
${
content
.
stepState
}
`
);
let
rUrl
=
content
.
requestUrl
;
rUrl
=
rUrl
.
substring
(
1
);
let
requestUrl
=
completePrefix
(
ConvertorURI
,
`
${
rUrl
}
?batchNo=
${
content
.
batchNo
}
&stepCode=
${
content
.
stepCode
}
&buttonCode=
${
content
.
code
}
&confirm=
${
confirm
}
&contingencyPlanId=
${
content
.
contingencyPlanId
}
&stepState=
${
content
.
stepState
}
`
);
return
commonPut
(
requestUrl
,
{});
};
...
...
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