Explorar o código

引用设备仪器页数显示

duy %!s(int64=2) %!d(string=hai) anos
pai
achega
fd6f4010e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/tentative/detect/components/ListItem.vue

+ 1 - 1
src/views/tentative/detect/components/ListItem.vue

@@ -1032,7 +1032,7 @@ const getDeviceTableData =async () => {
         deviceTableLoading.value = false
         if (!error && code === 200) {
             deviceTableData.value = getArrValue(data['records'])
-            vesselTablePage.value.total = data.total || 0
+            equipmentPage.value.total =  data.total || 0
         } else {
             deviceTableData.value = []
             equipmentPage.value.total = 0