File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 82
82
>
83
83
<!-- <a-spin :spinning="loading"> -->
84
84
<div v-if =" search" class =" table-page-search-wrapper" style =" margin-top :15px ;" >
85
- <a-form :label-col =" { span:8 }" :wrapper-col =" { span: 16 }" >
85
+ <a-form :label-col =" { span:8 }" :wrapper-col =" { span: 16 }" >
86
86
<a-row :gutter =" 8" >
87
87
<a-col
88
88
v-for =" item in searchList"
133
133
</a-col >
134
134
</a-row >
135
135
</a-form >
136
- </div >
136
+ </div >
137
137
<div v-if =" showSelectAll" style =" padding :0 20px ;" >
138
138
<a-form >
139
139
<a-form-item read-only style =" margin-top :10px ;" >
173
173
:custom-row =" customRow"
174
174
@change =" handleTableChange"
175
175
/>
176
-
176
+
177
177
<!-- </a-spin> -->
178
178
<div class =" ballcat-model-bottom" >
179
179
<a-pagination
180
180
v-model =" pagination.current"
181
- :total =" pagination.total"
181
+ :total =" pagination.total"
182
182
:page-size =" pagination.pageSize"
183
183
:show-total =" pagination.showTotal"
184
184
show-size-changer
@@ -390,7 +390,7 @@ export default {
390
390
}else {
391
391
this .reloadTable ()
392
392
this .visible = true ;
393
- }
393
+ }
394
394
},
395
395
load () {
396
396
this .loading = true
Original file line number Diff line number Diff line change 17
17
:multiple =" true"
18
18
:replace-fields =" {
19
19
title: 'name',
20
- key: 'id',
21
- value: 'id'
20
+ key: 'id'
22
21
}"
23
22
@select =" selectOrganization"
24
23
@expand =" expandOrganization"
You can’t perform that action at this time.
0 commit comments