Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
82a22339
Commit
82a22339
authored
Dec 23, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 更新loading
parent
dc57f91d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
add-relate.vue
src/components/company/add-relate.vue
+4
-2
No files found.
src/components/company/add-relate.vue
View file @
82a22339
...
@@ -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: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-1
1-30 17:53:55
* @LastEditTime: 2020-1
2-23 11:31:16
* @FilePath : \haoban-4\src\components\company\add-relate.vue
* @FilePath : \haoban-4\src\components\company\add-relate.vue
-->
-->
<!--
<!--
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
<
template
>
<
template
>
<el-dialog
width=
"600px"
title=
"新增绑定"
:visible
.
sync=
"departVisible"
append-to-body
:before-close=
"handleClose"
>
<el-dialog
width=
"600px"
title=
"新增绑定"
:visible
.
sync=
"departVisible"
append-to-body
:before-close=
"handleClose"
>
<div
v-loading=
"loading"
>
<el-form
:model=
"partForm"
:rules=
"rules"
ref=
"partForm"
label-width=
"0px"
class=
"dialog-form"
@
submit
.
native
.
prevent
>
<el-form
:model=
"partForm"
:rules=
"rules"
ref=
"partForm"
label-width=
"0px"
class=
"dialog-form"
@
submit
.
native
.
prevent
>
<el-form-item
label=
""
prop=
"salerName"
>
<el-form-item
label=
""
prop=
"salerName"
>
<el-popover
placement=
"bottom"
title=
""
width=
"457"
v-model=
"visible"
>
<el-popover
placement=
"bottom"
title=
""
width=
"457"
v-model=
"visible"
>
...
@@ -44,7 +45,8 @@
...
@@ -44,7 +45,8 @@
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取消
</el-button>
<el-button
@
click=
"cancel"
>
取消
</el-button>
<el-button
type=
"primary"
:loading=
"loading"
@
click=
"submitForm('partForm')"
>
确定
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('partForm')"
>
确定
</el-button>
</div>
</div>
</div>
</el-dialog>
</el-dialog>
</
template
>
</
template
>
...
...
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