@@ -127,6 +127,7 @@ const getTableData = async () => {
tableLoading.value = false
if (!error && code === 200) {
tableData.value = getArrValue(data['records'])
+ searchForm.value.total = data['total']
} else {
tableData.value = []
}