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
b8c54cb1
Commit
b8c54cb1
authored
Oct 29, 2021
by
王李辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并冲突
parent
9773cbf3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
src/views/risk/riskAccount/riskBigDetail.vue
src/views/risk/riskAccount/riskBigDetail.vue
+1
-1
src/views/risk/riskAdd/index.vue
src/views/risk/riskAdd/index.vue
+8
-9
No files found.
src/views/risk/riskAccount/riskBigDetail.vue
View file @
b8c54cb1
...
...
@@ -242,7 +242,7 @@ export default {
loadingType
:
"
spinner
"
,
duration
:
0
});
postriskDetail
(
`/riskMain/
post
riskDetailsApp/
${
this
.
id
}
`
)
postriskDetail
(
`/riskMain/riskDetailsApp/
${
this
.
id
}
`
)
.
then
(
res
=>
{
this
.
$toast
.
clear
();
this
.
riskMain
=
res
.
data
.
riskMain
...
...
src/views/risk/riskAdd/index.vue
View file @
b8c54cb1
...
...
@@ -270,14 +270,7 @@
<
script
>
import
LHeader
from
"
@/components/header.vue
"
;
import
{
getFormList
,
postHdSource
,
postHdType
,
postHdPeople
,
postReAdd
,
postriskConiCause
}
from
"
@/service/risk
"
;
import
{
getFormList
,
postHdSource
,
postHdType
,
postHdPeople
,
postReAdd
,
postriskConiCause
,
postRiskShowMeasures
}
from
"
@/service/risk
"
;
export
default
{
components
:
{
LHeader
...
...
@@ -488,7 +481,13 @@ export default {
onConTrouble
(
value
)
{
this
.
trouble
=
value
.
accidentType
;
this
.
showTrouble
=
false
;
//
// 请求三个措施
postRiskShowMeasures
(
`/riskMain/showmeasures/
${
this
.
factor
}
/
${
this
.
source
}
/
${
this
.
trouble
}
`
).
then
(
res
=>
{
console
.
log
(
res
.
data
)
this
.
technology
=
res
.
data
[
0
].
measuresProject
this
.
administration
=
res
.
data
[
0
].
measuresAdministration
this
.
urgent
=
res
.
data
[
0
].
measuresEmergency
})
},
// 风险定级
onConSetRank
(
value
)
{
...
...
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