修复路径引用 bug

This commit is contained in:
tao
2025-12-17 16:48:34 +08:00
parent f58d71ee05
commit ac35b819a7
6 changed files with 3 additions and 497 deletions

View File

@@ -73,8 +73,8 @@
<script setup lang="ts">
import { ref, reactive, onMounted } from "vue";
import { message } from "ant-design-vue";
import { getAlarmRecords } from "@/api/data";
import type { QueryParams } from "@/api/data/model";
import { getAlarmRecords } from "@/api/line1/data";
import type { QueryParams } from "@/api/line1/data/model";
import type { AlarmRecord } from "./types";
import type { Dayjs } from "dayjs";
import { columns } from "./data";