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
bed8349e
Commit
bed8349e
authored
Jul 11, 2023
by
wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
四色图详情
parent
ebd1de3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+2
-1
src/views/riskProject/taskLedger/taskDetail.vue
src/views/riskProject/taskLedger/taskDetail.vue
+4
-3
No files found.
src/views/riskProject/add/taskList.vue
View file @
bed8349e
...
...
@@ -758,7 +758,8 @@ export default {
this
.
$router
.
push
({
name
:
"
taskDetail
"
,
params
:
{
id
:
item
.
id
id
:
item
.
id
,
floorId
:
item
.
floorId
}
});
}
...
...
src/views/riskProject/taskLedger/taskDetail.vue
View file @
bed8349e
...
...
@@ -51,7 +51,7 @@
</div>
</van-tab>
<van-tab
title=
"四色图"
name=
"c"
>
<drawCanvas
:isView=
"true"
/>
<drawCanvas
:isView=
"true"
:floorId=
"floorId"
/>
</van-tab>
</van-tabs>
</div>
...
...
@@ -72,7 +72,8 @@ export default {
activeName
:
'
a
'
,
quoRiskList
:
[],
//现状风险列表
InherentRisk
:
{},
//固有风险
inherentId
:
''
inherentId
:
''
,
floorId
:
''
,
}
},
components
:
{
...
...
@@ -82,6 +83,7 @@ export default {
},
created
()
{
this
.
inherentId
=
this
.
$route
.
params
.
id
||
sessionStorage
.
getItem
(
'
inherntId
'
)
this
.
floorId
=
this
.
$route
.
params
.
floorId
},
mounted
()
{
this
.
getInherentRiskList
(
this
.
inherentId
)
...
...
@@ -102,7 +104,6 @@ export default {
return
timestampToTime
(
new
Date
(
time
),
"
DT1
"
,
true
);
},
goDetail
(
item
){
console
.
log
(
item
,
'
???
'
)
sessionStorage
.
setItem
(
'
inherntId
'
,
this
.
inherentId
)
this
.
$router
.
push
({
name
:
'
presentDetail
'
,
...
...
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