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
cf025967
Commit
cf025967
authored
Aug 08, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除菜单
parent
93f60f85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
draw.vue
src/views/equipment/draw.vue
+6
-4
draw.vue
src/views/processManagement/draw.vue
+1
-0
No files found.
src/views/equipment/draw.vue
View file @
cf025967
...
@@ -377,6 +377,7 @@
...
@@ -377,6 +377,7 @@
<
el
-
form
ref
=
"form"
:
model
=
"loginform"
label
-
width
=
"80px"
>
<
el
-
form
ref
=
"form"
:
model
=
"loginform"
label
-
width
=
"80px"
>
<
el
-
form
-
item
label
=
"密码"
>
<
el
-
form
-
item
label
=
"密码"
>
<
el
-
input
v
-
model
=
"loginform.password"
type
=
"password"
placeholder
=
"请输入密码"
/>
<
el
-
input
v
-
model
=
"loginform.password"
type
=
"password"
placeholder
=
"请输入密码"
/>
<
span
v
-
if
=
"twoerrorPassword"
style
=
"font-size: 14px;color: red"
>
密码错误
,
请重试
<
/span
>
<
/el-form-item
>
<
/el-form-item
>
<
el
-
form
-
item
>
<
el
-
form
-
item
>
<
el
-
button
type
=
"primary"
@
click
=
"handleConfirm"
>
确定
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"handleConfirm"
>
确定
<
/el-button
>
...
@@ -400,6 +401,7 @@ export default {
...
@@ -400,6 +401,7 @@ export default {
name
:
'Draw'
,
name
:
'Draw'
,
data
()
{
data
()
{
return
{
return
{
twoerrorPassword
:
false
,
// 字典数据
// 字典数据
dictList
:
[],
dictList
:
[],
number
:
''
,
number
:
''
,
...
@@ -534,6 +536,7 @@ export default {
...
@@ -534,6 +536,7 @@ export default {
handleClose
()
{
handleClose
()
{
this
.
openLogin
=
false
this
.
openLogin
=
false
this
.
openHandle
=
true
this
.
openHandle
=
true
this
.
twoerrorPassword
=
false
this
.
loadingDetail
=
false
this
.
loadingDetail
=
false
}
,
}
,
// 判断时间范围 是否是一个月以内的的时间
// 判断时间范围 是否是一个月以内的的时间
...
@@ -580,6 +583,7 @@ export default {
...
@@ -580,6 +583,7 @@ export default {
}
,
}
,
// 菜单权限验证确定
// 菜单权限验证确定
handleConfirm
()
{
handleConfirm
()
{
this
.
twoerrorPassword
=
false
const
obj
=
{
const
obj
=
{
passWord
:
this
.
loginform
.
password
passWord
:
this
.
loginform
.
password
}
}
...
@@ -588,6 +592,7 @@ export default {
...
@@ -588,6 +592,7 @@ export default {
this
.
openLogin
=
false
this
.
openLogin
=
false
batchAddition
(
this
.
canceList
).
then
(
res
=>
{
batchAddition
(
this
.
canceList
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
this
.
twoerrorPassword
=
false
this
.
loadingDetail
=
false
this
.
loadingDetail
=
false
this
.
openHandle
=
false
this
.
openHandle
=
false
this
.
isCheck
=
false
this
.
isCheck
=
false
...
@@ -598,10 +603,7 @@ export default {
...
@@ -598,10 +603,7 @@ export default {
}
}
}
)
}
)
}
else
if
(
res
.
code
===
null
)
{
}
else
if
(
res
.
code
===
null
)
{
this
.
$message
.
warning
(
res
.
message
)
this
.
twoerrorPassword
=
true
this
.
loginform
.
password
=
''
this
.
openHandle
=
true
this
.
openLogin
=
false
}
}
}
)
}
)
}
,
}
,
...
...
src/views/processManagement/draw.vue
View file @
cf025967
...
@@ -585,6 +585,7 @@ export default {
...
@@ -585,6 +585,7 @@ export default {
this
.
menu
=
false
this
.
menu
=
false
this
.
loadingDetail
=
false
this
.
loadingDetail
=
false
this
.
openHandle
=
true
this
.
openHandle
=
true
this
.
twoerrorPassword
=
false
this
.
menuform
.
passWord
=
''
this
.
menuform
.
passWord
=
''
}
,
}
,
handleClose
()
{
handleClose
()
{
...
...
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