Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
ff48a093
Commit
ff48a093
authored
Oct 12, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 禁用表单默认提交事件
parent
15f88e85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
add-relate-new.vue
src/components/company/add-relate-new.vue
+2
-2
No files found.
src/components/company/add-relate-new.vue
View file @
ff48a093
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author : 无尘
* @Author : 无尘
* @Date : 2020-02-13 16:13:59
* @Date : 2020-02-13 16:13:59
* @LastEditors: Drama
* @LastEditors: Drama
* @LastEditTime: 2022-
09-26 13:12:5
9
* @LastEditTime: 2022-
10-12 17:20:0
9
* @FilePath: /haoban-3/src/components/company/add-relate-new.vue
* @FilePath: /haoban-3/src/components/company/add-relate-new.vue
-->
-->
<!--
<!--
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<
template
>
<
template
>
<el-dialog
custom-class=
"add-remote-dialog"
width=
"600px"
title=
"新增关联"
:visible
.
sync=
"departVisible"
append-to-body
:before-close=
"handleClose"
>
<el-dialog
custom-class=
"add-remote-dialog"
width=
"600px"
title=
"新增关联"
:visible
.
sync=
"departVisible"
append-to-body
:before-close=
"handleClose"
>
<el-form
:model=
"partForm"
label-width=
"95px"
ref=
"partForm"
class=
"dialog-form"
>
<el-form
:model=
"partForm"
label-width=
"95px"
ref=
"partForm"
class=
"dialog-form"
@
submit
.
native
.
prevent
>
<el-form-item
label=
"关联角色"
prop=
"manageFlag"
>
<el-form-item
label=
"关联角色"
prop=
"manageFlag"
>
<el-radio-group
v-model=
"partForm.manageFlag"
@
change=
"manageChange"
>
<el-radio-group
v-model=
"partForm.manageFlag"
@
change=
"manageChange"
>
<el-radio
:label=
"0"
>
导购
</el-radio>
<el-radio
:label=
"0"
>
导购
</el-radio>
...
...
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