Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
杨硕
template_vue
Commits
1f7befc3
Commit
1f7befc3
authored
Aug 07, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除菜单
parent
d76f30a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
17 deletions
+5
-17
draw.vue
src/views/processManagement/draw.vue
+5
-17
No files found.
src/views/processManagement/draw.vue
View file @
1f7befc3
...
...
@@ -518,11 +518,13 @@ export default {
})
this
.
menuform
.
password
=
''
}
else
if
(
res
.
code
===
null
)
{
console
.
log
(
'111111'
)
this
.
$message
.
warning
(
res
.
message
)
this
.
loadingDetail
=
false
this
.
multipleSelection
=
false
this
.
monthDate
=
false
this
.
menu
=
false
this
.
menuform
.
password
=
''
}
})
},
...
...
@@ -595,31 +597,17 @@ export default {
this
.
detailApplyList
=
res
.
data
this
.
loadingDetail
=
false
this
.
openHandle
=
true
}
else
if
(
res
.
code
===
null
)
{
this
.
$message
.
warning
(
res
.
message
)
if
(
this
.
radio1
===
'1'
)
{
this
.
radio1
=
'1'
}
else
{
this
.
radio1
=
'2'
}
this
.
loadingDetail
=
false
this
.
openHandle
=
true
}
})
}
else
if
(
res
.
code
===
null
)
{
this
.
$message
.
warning
(
res
.
$message
)
if
(
this
.
radio1
===
'2'
)
{
this
.
radio1
=
'1'
}
else
{
this
.
radio1
=
'2'
}
}
else
if
(
res
.
code
===
500
)
{
this
.
$message
.
warning
(
res
.
$message
)
this
.
$message
.
warning
(
res
.
message
)
if
(
this
.
radio1
===
'2'
)
{
this
.
radio1
=
'1'
}
else
{
this
.
radio1
=
'2'
}
this
.
loadingDetail
=
false
this
.
openHandle
=
true
}
})
},
...
...
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