Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
首开风险隐患双控平台
BCDH-APP
Commits
40f185c7
Commit
40f185c7
authored
Mar 20, 2023
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 风险 变更接口请求参数
parent
4cb6b496
Pipeline
#9930
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/risk/riskAdd/index.vue
src/views/risk/riskAdd/index.vue
+3
-3
src/views/risk/riskAdd/matrixGrad/index.vue
src/views/risk/riskAdd/matrixGrad/index.vue
+1
-1
No files found.
src/views/risk/riskAdd/index.vue
View file @
40f185c7
...
...
@@ -806,7 +806,7 @@ export default {
this
.
source
=
""
;
this
.
trouble
=
""
;
// 请求风险源
postHdSource
(
`/riskMain/showSourceName
/
${
this
.
factor
}
`
).
then
(
postHdSource
(
`/riskMain/showSourceName
?factorType=
${
this
.
factor
}
`
).
then
(
(
res
)
=>
{
this
.
columnsSource
=
res
.
data
;
}
...
...
@@ -823,7 +823,7 @@ export default {
this
.
trouble
=
""
;
// 请求事故类型
postHdType
(
`/riskMain/showaccidentType
/
${
this
.
factor
}
/
${
this
.
source
}
`
`/riskMain/showaccidentType
?factorType=
${
this
.
factor
}
&sourceName=
${
this
.
source
}
`
).
then
((
res
)
=>
{
this
.
columnsTrouble
=
res
.
data
;
});
...
...
@@ -838,7 +838,7 @@ export default {
this
.
showTrouble
=
false
;
// 请求三个措施
postRiskShowMeasures
(
`/riskMain/showmeasures
/
${
this
.
factor
}
/
${
this
.
source
}
/
${
this
.
trouble
}
`
`/riskMain/showmeasures
?factorType=
${
this
.
factor
}
&sourceName=
${
this
.
source
}
&accidentType=
${
this
.
trouble
}
`
).
then
((
res
)
=>
{
this
.
technology
=
res
.
data
[
0
].
measuresProject
;
this
.
administration
=
res
.
data
[
0
].
measuresAdministration
;
...
...
src/views/risk/riskAdd/matrixGrad/index.vue
View file @
40f185c7
...
...
@@ -79,7 +79,7 @@ export default {
duration
:
0
});
postCalRiskLevel
(
`/riskMain/calRiskLevel
/
${
possibilityLevel
}
/
${
consequenceLevel
}
`
`/riskMain/calRiskLevel
?possibilityLevel=
${
possibilityLevel
}
&consequenceLevel=
${
consequenceLevel
}
`
)
.
then
(
res
=>
{
this
.
$toast
.
clear
();
...
...
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