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
14522dcb
Commit
14522dcb
authored
Jan 29, 2024
by
kaitly205422@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
固有风险风险等级已选附件丢失
parent
a9891cc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/App.vue
src/App.vue
+1
-1
src/views/riskProject/add/addInherent.vue
src/views/riskProject/add/addInherent.vue
+7
-7
No files found.
src/App.vue
View file @
14522dcb
...
...
@@ -37,7 +37,7 @@ export default {
headH
:
""
,
screenH
:
""
,
transitionName
:
"
slide-left
"
,
cachePage
:
[
"
riskAdd
"
,
"
addInherent
"
],
cachePage
:
[
"
riskAdd
"
],
// 不需要展示底部tabbar的页面
noTab
:
[
"
login
"
,
...
...
src/views/riskProject/add/addInherent.vue
View file @
14522dcb
...
...
@@ -298,7 +298,7 @@
<van-popup
v-model=
"measuresDept"
position=
"bottom"
:style=
"{ height: '100%' }"
>
<div
class=
"van-picker__toolbar"
style=
"position: absolute; width: 100%; top: 0"
>
<button
type=
"button"
class=
"van-picker__cancel"
v-on:click=
"
{
{
form.measuresDeptId = 0;
projectDept = false;
}
...
...
@@ -357,12 +357,12 @@ export default {
this
.
showSetRank
=
false
;
// 再次关闭弹出层 以防万一
this
.
showGradeDialog
=
false
;
this
.
$set
(
this
.
form
,
'
level
'
,
sessionStorage
.
getItem
(
"
level
"
));
//
if (this.$route.params.taskId) {
//
this.isShowreturnCause = true;
//
this.text = "风险上报退回";
//
this.taskId = this.$route.params.taskId;
//
this.postReturnEcho();
//
}
if
(
this
.
$route
.
params
.
taskId
)
{
this
.
isShowreturnCause
=
true
;
this
.
text
=
"
风险上报退回
"
;
this
.
taskId
=
this
.
$route
.
params
.
taskId
;
this
.
postReturnEcho
();
}
// this.getList();
// this.$bus.$on("riskLevelBus", (res) => {
...
...
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