Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-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
融通安全管理系统
rongtong-app
Commits
64add9e0
Commit
64add9e0
authored
Jul 08, 2023
by
dlkong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into dev_kdl
parents
2f1305e4
4ef48267
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
22 deletions
+22
-22
src/views/riskProject/add/addCurrent.vue
src/views/riskProject/add/addCurrent.vue
+4
-4
src/views/riskProject/add/inherentRisks.vue
src/views/riskProject/add/inherentRisks.vue
+3
-3
src/views/riskProject/add/resultPage.vue
src/views/riskProject/add/resultPage.vue
+8
-6
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+7
-9
No files found.
src/views/riskProject/add/addCurrent.vue
View file @
64add9e0
...
...
@@ -270,7 +270,7 @@ import { getFun, postFun } from "@/service/table.js";
// postRiskShowMeasures,
// } from "@/service/risk";
export
default
{
name
:
"
risk-add
"
,
name
:
"
addCurrent
"
,
components
:
{
LHeader
,
},
...
...
@@ -345,9 +345,9 @@ export default {
};
},
created
()
{
if
(
this
.
$route
.
params
.
inherentId
)
{
this
.
inherentId
=
this
.
$route
.
params
.
inherentId
this
.
buildingIds
=
this
.
$route
.
params
.
buildingId
if
(
this
.
$route
.
params
.
inherentId
||
sessionStorage
.
getItem
(
"
inherentId
"
)
)
{
this
.
inherentId
=
this
.
$route
.
params
.
inherentId
||
sessionStorage
.
getItem
(
"
inherentId
"
)
this
.
buildingIds
=
this
.
$route
.
params
.
buildingId
||
sessionStorage
.
getItem
(
"
buildingId
"
)
this
.
postReturnEcho
();
}
// this.getList();
...
...
src/views/riskProject/add/inherentRisks.vue
View file @
64add9e0
...
...
@@ -154,7 +154,6 @@ export default {
postFun
(
`/risk/plan/submit/
${
this
.
planId
}
/
${
this
.
buildingId
}
`
).
then
(
res
=>
{
console
.
log
(
res
.
msg
,
'
lllll
'
)
Dialog
.
alert
({
title
:
'
任务执行结束
'
,
message
:
res
.
msg
,
...
...
@@ -240,12 +239,12 @@ export default {
},
async
changeFloor
()
{
let
room
=
await
this
.
roomList
(
this
.
value1
);
let
risk
=
await
this
.
riskList
(
this
.
planId
,
this
.
active
,
this
.
value1
);
let
risk
=
await
this
.
riskList
(
this
.
planId
,
this
.
buildingId
,
this
.
value1
,
this
.
value2
);
},
async
changeRoom
()
{
let
risk
=
await
this
.
riskList
(
this
.
planId
,
this
.
active
,
this
.
buildingId
,
this
.
value1
,
this
.
value2
);
...
...
@@ -265,6 +264,7 @@ export default {
sessionStorage
.
setItem
(
'
buildingId
'
,
this
.
buildingId
)
sessionStorage
.
setItem
(
'
planId
'
,
this
.
planId
)
sessionStorage
.
setItem
(
'
buildingName
'
,
this
.
buildingName
)
sessionStorage
.
setItem
(
'
inherentId
'
,
data
.
businessId
||
data
.
id
)
this
.
$router
.
push
({
name
:
"
addCurrent
"
,
params
:
{
...
...
src/views/riskProject/add/resultPage.vue
View file @
64add9e0
...
...
@@ -55,12 +55,14 @@ import LHeader from "@/components/header.vue";
})
},
sureClose
(){
this
.
$router
.
push
({
name
:
'
addInherent
'
,
params
:{
level
:
this
.
level
}
})
// this.$emit('',)
history
.
go
(
-
1
)
// this.$router.push({
// name:'addInherent',
// params:{
// level:this.level
// }
// })
}
}
}
...
...
src/views/riskProject/add/taskList.vue
View file @
64add9e0
...
...
@@ -169,28 +169,25 @@
justify=
"space-between"
style=
"margin-top:10px;"
>
<van-col
span=
"2
2
"
@
click=
"toRiskDetail(item)"
>
<van-col
span=
"2
0
"
@
click=
"toRiskDetail(item)"
>
<van-col
span=
"5"
>
<van-image
width=
"46"
height=
"46"
src=
"https://img01.yzcdn.cn/vant/cat.jpeg"
/>
<
van-image
width=
"46"
height=
"46"
:src=
"item.avatar"
/
>
<
!--
<van-image
width=
"46"
height=
"46"
:src=
"item.avatar"
/>
--
>
</van-col>
<van-col
span=
"1
7
"
>
<van-col
span=
"1
5
"
>
<van-row
gutter=
""
>
<van-col
span=
"9"
>
风险名称:
</van-col>
<van-col
span=
"15"
>
{{
item
.
name
}}
</van-col>
</van-row>
</van-col>
</van-col>
<van-col
span=
"2"
>
<van-row
:style=
"
{
color: '#03b615'
}"
>
<van-col
span=
"4"
>
<van-row
type=
"flex"
>
详情
<van-icon
name=
"arrow"
size=
"26px"
@
click=
"goColorDetail"
/>
</van-row>
</van-col>
...
...
@@ -561,6 +558,7 @@ export default {
},
//执行任务
performTasks
()
{
console
.
log
(
this
.
messageList
,
'
LLLL
'
)
sessionStorage
.
setItem
(
"
buildingId
"
,
this
.
messageList
.
riskBuildingListDtos
[
0
].
buildingId
...
...
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