Explorar el Código

引用设备仪器页数显示

duy hace 2 años
padre
commit
fd6f4010e5
Se han modificado 1 ficheros con 1 adiciones y 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