소스 검색

[Fix 0000] 历史数据组件查询记录api调用错误问题修复

houzekong 1 주 전
부모
커밋
ee2ba7c69b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/vent/comment/history/HistoryTable.vue

+ 1 - 1
src/views/vent/comment/history/HistoryTable.vue

@@ -226,7 +226,7 @@
     setLoading(true);
     const pagination = getPaginationRef() as PaginationProps;
     const deviceCode = (deviceInfo.value.deviceType || props.deviceCode.concat('*')) as string;
-    const { records, total, current } = await list(deviceCode, deviceInfo, formData, pagination).finally(() => {
+    const { records, total, current } = await list(deviceCode, deviceInfo.value, formData, pagination).finally(() => {
       setLoading(false);
     });
     setPagination({