瀏覽代碼

[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({