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
93f60f85
Commit
93f60f85
authored
Aug 08, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除菜单
parent
e7654826
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
draw.vue
src/views/processManagement/draw.vue
+5
-6
No files found.
src/views/processManagement/draw.vue
View file @
93f60f85
...
...
@@ -388,6 +388,7 @@
<
el
-
form
ref
=
"form"
:
model
=
"menuform"
label
-
width
=
"80px"
>
<
el
-
form
-
item
label
=
"密码"
>
<
el
-
input
v
-
model
=
"menuform.passWord"
type
=
"password"
placeholder
=
"请输入密码"
/>
<
span
v
-
if
=
"twoerrorPassword"
style
=
"font-size: 14px;color: red"
>
密码错误
,
请重试
<
/span
>
<
/el-form-item
>
<
el
-
form
-
item
>
<
el
-
button
type
=
"primary"
@
click
=
"handlemenuConfirm"
>
确定
<
/el-button
>
...
...
@@ -419,6 +420,7 @@ export default {
name
:
'Draw'
,
data
()
{
return
{
twoerrorPassword
:
false
,
errorPassword
:
false
,
// 数据字典列表
dictList
:
[],
...
...
@@ -603,6 +605,7 @@ export default {
}
checkPermission
(
obj
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
twoerrorPassword
=
false
batchAddition
(
this
.
canceList
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
loadingDetail
=
false
...
...
@@ -615,12 +618,7 @@ export default {
}
)
this
.
menuform
.
password
=
''
}
else
if
(
res
.
code
===
null
)
{
this
.
$message
.
warning
(
res
.
message
)
this
.
loadingDetail
=
false
this
.
multipleSelection
=
false
this
.
monthDate
=
false
this
.
menu
=
false
this
.
menuform
.
password
=
''
this
.
twoerrorPassword
=
true
}
}
)
}
,
...
...
@@ -748,6 +746,7 @@ export default {
console
.
log
(
'canceList'
,
this
.
canceList
)
console
.
log
(
'monthDate'
,
this
.
monthDate
)
if
(
this
.
monthDate
)
{
this
.
twoerrorPassword
=
false
this
.
menu
=
true
}
if
(
!
this
.
monthDate
)
{
...
...
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