From ce3d78e606d7df2dd8375f18b8fecaefa3f8024b Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Mon, 27 May 2024 10:09:54 +0800 Subject: [PATCH] =?UTF-8?q?EAM=20=20=E2=80=94=E2=80=94>=20TS=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E5=A4=A7=E5=B0=8F=E5=86=99=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/maintenance/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/eam/maintenance/index.vue b/src/views/eam/maintenance/index.vue index fc14f5b21..59006e42f 100644 --- a/src/views/eam/maintenance/index.vue +++ b/src/views/eam/maintenance/index.vue @@ -66,10 +66,9 @@ import * as defaultButtons from '@/utils/disposition/defaultButtons' import TableHead from '@/components/TableHead/src/TableHead.vue' import ImportForm from '@/components/ImportForm/src/ImportForm.vue' import Detail from '@/components/Detail/src/Detail.vue' -import * as BasicInspectionOptionApi from "@/api/eam/basicInspectionOption"; import {EquipmentAccounts} from "@/views/eam/equipmentAccounts/equipmentAccounts.data"; import * as EquipmentItemApi from "@/api/eam/equipmentAccounts"; -import { ToolAccounts } from "@/views/eam/toolAccounts/ToolAccounts.data"; +import { ToolAccounts } from "@/views/eam/toolAccounts/toolAccounts.data"; import * as ToolItemApi from "@/api/eam/toolAccounts"; defineOptions({ name: 'Maintenance' })