Преглед на файлове

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