소스 검색

引用设备仪器页数显示

duy 2 년 전
부모
커밋
fd6f4010e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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