Skip to content

Commit

Permalink
🎨 代码格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
Hccake committed Jun 28, 2021
1 parent 0da4034 commit d221a37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/components/Lov/Lov.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
>
<!-- <a-spin :spinning="loading"> -->
<div v-if="search" class="table-page-search-wrapper" style="margin-top:15px;">
<a-form :label-col="{ span:8 }" :wrapper-col="{ span: 16 }" >
<a-form :label-col="{ span:8 }" :wrapper-col="{ span: 16 }">
<a-row :gutter="8">
<a-col
v-for="item in searchList"
Expand Down Expand Up @@ -133,7 +133,7 @@
</a-col>
</a-row>
</a-form>
</div>
</div>
<div v-if="showSelectAll" style="padding:0 20px;">
<a-form>
<a-form-item read-only style="margin-top:10px;">
Expand Down Expand Up @@ -173,12 +173,12 @@
:custom-row="customRow"
@change="handleTableChange"
/>

<!-- </a-spin> -->
<div class="ballcat-model-bottom">
<a-pagination
v-model="pagination.current"
:total="pagination.total"
:total="pagination.total"
:page-size="pagination.pageSize"
:show-total="pagination.showTotal"
show-size-changer
Expand Down Expand Up @@ -390,7 +390,7 @@ export default {
}else{
this.reloadTable()
this.visible=true;
}
}
},
load() {
this.loading = true
Expand Down
3 changes: 1 addition & 2 deletions src/views/system/user/SysUserPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
:multiple="true"
:replace-fields="{
title: 'name',
key: 'id',
value: 'id'
key: 'id'
}"
@select="selectOrganization"
@expand="expandOrganization"
Expand Down

0 comments on commit d221a37

Please sign in to comment.