吉安感知网项目-前端
chenyao
2026-02-27 2e140d1068ef36068cf892b669f6e0b6605e4a9b
feat:增加数据列表分页总数
1 files modified
3 ■■■■ changed files
applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/FormDiaLog.vue 3 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/FormDiaLog.vue
@@ -102,7 +102,8 @@
async function loadDetail(id) {
    formData.value.id = id || formData.value.id
    const res = await getDeviceCallRecordDetails(formData.value)
    detailsList.value = res?.data?.data.records
    detailsList.value = res?.data?.data.records || []
    total.value = res?.data?.data.total || 0
}
function handleClosed() {