Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
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
QA
qa-platform-ui
Commits
3373129e
Commit
3373129e
authored
Aug 30, 2021
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug gicx
parent
b43a6fec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Config.vue
src/views/navigate/Config.vue
+5
-1
No files found.
src/views/navigate/Config.vue
View file @
3373129e
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
</el-table>
</el-table>
<!-- 新增更新对话框 -->
<!-- 新增更新对话框 -->
<el-dialog
:title=
"dialogName"
:visible.sync=
"dialogFormVisible"
>
<el-dialog
:title=
"dialogName"
:visible.sync=
"dialogFormVisible"
@
closed=
"handleClose"
>
<el-form
ref=
"dataFormRef"
:rules=
"rules"
:model=
"dataForm"
label-position=
"left"
label-width=
"105px"
<el-form
ref=
"dataFormRef"
:rules=
"rules"
:model=
"dataForm"
label-position=
"left"
label-width=
"105px"
style=
"width: 90%; margin-left:40px;"
>
style=
"width: 90%; margin-left:40px;"
>
<el-form-item
label=
"类型"
prop=
"module"
>
<el-form-item
label=
"类型"
prop=
"module"
>
...
@@ -182,6 +182,10 @@ export default {
...
@@ -182,6 +182,10 @@ export default {
return
this
.
$message
.
error
(
'
导航删除失败
'
)
return
this
.
$message
.
error
(
'
导航删除失败
'
)
}
}
})
})
},
// 关闭新增/编辑对话框触发方法
handleClose
()
{
this
.
$refs
.
dataFormRef
.
resetFields
()
}
}
}
}
}
}
...
...
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