BUG 29059
This commit is contained in:
		| @@ -74,7 +74,7 @@ | ||||
|           </template> | ||||
|         </ai-search-bar> | ||||
|         <ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size" | ||||
|                   @getTableData="getTableData" :col-configs="colConfigs" :dict="dict"/> | ||||
|                   @getList="getTableData" :col-configs="colConfigs" :dict="dict"/> | ||||
|       </template> | ||||
|     </ai-card> | ||||
|   </section> | ||||
| @@ -226,7 +226,7 @@ export default { | ||||
|       }).then(res => { | ||||
|         if (res?.data) { | ||||
|           this.tableData = res.data?.records | ||||
|           this.page.total = res.data.total | ||||
|           this.page.total = res.data.total + 20 | ||||
|         } | ||||
|       }) | ||||
|     }, | ||||
| @@ -275,8 +275,6 @@ export default { | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| .loanSta { | ||||
|   height: 100%; | ||||
|   overflow-y: auto; | ||||
|  | ||||
|   .col-row { | ||||
|     overflow: hidden; | ||||
| @@ -345,6 +343,7 @@ export default { | ||||
|             left: 50%; | ||||
|             transform: translate(-50%, -50%); | ||||
|             width: 100px; | ||||
|             text-align: center; | ||||
|  | ||||
|             & > p { | ||||
|               text-align: center; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user