BUG 29766
This commit is contained in:
		| @@ -86,6 +86,7 @@ export default { | |||||||
|           }).then(res => { |           }).then(res => { | ||||||
|             if (res?.data) { |             if (res?.data) { | ||||||
|               this.tableData = res.data.records |               this.tableData = res.data.records | ||||||
|  |               this.page.total = res.data.total | ||||||
|             } |             } | ||||||
|           }) |           }) | ||||||
|         } |         } | ||||||
|   | |||||||
| @@ -41,8 +41,7 @@ | |||||||
|               </template> |               </template> | ||||||
|             </ai-search-bar> |             </ai-search-bar> | ||||||
|             <ai-table :tableData="tableData" :col-configs="colConfigs" :total="page.total" border :dict="dict" :current.sync="page.current" |             <ai-table :tableData="tableData" :col-configs="colConfigs" :total="page.total" border :dict="dict" :current.sync="page.current" | ||||||
|                       :size.sync="page.size" |                       :size.sync="page.size" @getDetail="getDetail"/> | ||||||
|                       @getDetail="getDetail"/> |  | ||||||
|           </template> |           </template> | ||||||
|         </ai-card> |         </ai-card> | ||||||
|       </template> |       </template> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user