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
356a3664
Commit
356a3664
authored
Jul 19, 2023
by
杨帆
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-yf'' into 'develop'
Dev yf' See merge request
!23
parents
323b9202
29d5a0bd
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
252 additions
and
199 deletions
+252
-199
src/views/riskProject/add/addCurrent.vue
src/views/riskProject/add/addCurrent.vue
+6
-1
src/views/riskProject/add/addInherent.vue
src/views/riskProject/add/addInherent.vue
+1
-2
src/views/riskProject/add/addPresent.vue
src/views/riskProject/add/addPresent.vue
+231
-195
src/views/riskProject/add/inherentRisks.vue
src/views/riskProject/add/inherentRisks.vue
+14
-1
No files found.
src/views/riskProject/add/addCurrent.vue
View file @
356a3664
...
...
@@ -440,7 +440,6 @@
label=
"参考依据"
placeholder=
"请选择"
@
click=
"selectData('referenceBasis', false)"
:rules=
"[{ required: true, message: '事故类型不能为空' }]"
/>
<van-dialog
v-model=
"showGradeDialog"
...
...
@@ -1189,6 +1188,12 @@ export default {
},
performTasks
()
{
console
.
log
(
"
1233213 :>>
"
,
1233213
);
this
.
$router
.
push
({
name
:
"
addPresent
"
,
params
:
{
id
:
this
.
inherentId
}
});
},
// 点击预览图
clickPre
(
e
)
{
...
...
src/views/riskProject/add/addInherent.vue
View file @
356a3664
...
...
@@ -15,7 +15,7 @@
alt=
""
style=
"position: relative;top: 32%;transform: translateY(-50%);"
/>
风险信息
固有
风险信息
</div>
<van-field
readonly
...
...
@@ -437,7 +437,6 @@
label=
"参考依据"
placeholder=
"请选择"
@
click=
"selectData('referenceBasis', false)"
:rules=
"[{ required: true, message: '事故类型不能为空' }]"
/>
<van-dialog
v-model=
"showGradeDialog"
...
...
src/views/riskProject/add/addPresent.vue
View file @
356a3664
This diff is collapsed.
Click to expand it.
src/views/riskProject/add/inherentRisks.vue
View file @
356a3664
...
...
@@ -162,13 +162,26 @@ export default {
// this.postList();
},
methods
:
{
delInherent
()
{
delInherent
(
item
)
{
Dialog
.
confirm
({
title
:
"
删除固有风险
"
,
message
:
"
是否确认删除?
"
})
.
then
(()
=>
{
// on confirm
getFun
(
`/risk/plan/inherent/delete/
${
item
.
id
}
`
).
then
(
res
=>
{
this
.
$toast
.
success
(
res
.
msg
);
this
.
riskList
(
this
.
planId
,
this
.
buildingId
,
this
.
value1
,
this
.
value2
);
// });
});
{
inherentId
;
}
})
.
catch
(()
=>
{
// on cancel
...
...
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