|
@@ -137,8 +137,10 @@ const getTableData = async () => {
|
|
|
tableLoading.value = false
|
|
|
if (!error && code === 200) {
|
|
|
tableData.value = getArrValue(data['records'])
|
|
|
+ searchForm.value.total = data['total']
|
|
|
} else {
|
|
|
tableData.value = []
|
|
|
+ searchForm.value.total = 0
|
|
|
}
|
|
|
}
|
|
|
//新增
|