From 751e1ab5443369f8de9a75cccbaaf74cefb231af Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 24 三月 2023 16:54:24 +0800
Subject: [PATCH] 1.api文件名修改成英文
---
src/views/reportManager/installationLampList.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/reportManager/installationLampList.vue b/src/views/reportManager/installationLampList.vue
index 614b062..5906668 100644
--- a/src/views/reportManager/installationLampList.vue
+++ b/src/views/reportManager/installationLampList.vue
@@ -390,15 +390,15 @@
<script>
import Pagination from '@/components/Pagination'
-import { AnDengTypeSearch, WhkspIsEqpSearch } from '@/api/jcsz'
+import { AnDengTypeSearch, WhkspIsEqpSearch } from '@/api/basicSettings'
import { handleDatetime } from '@/utils/global'
import {
AnDonReportDefinitExcelSearch,
AnDonReportDefinitSearch,
AnDonReportSumExcelSearch,
AnDonReportSumSearch
-} from '@/api/bbgl'
-import { ShopSearch } from '@/api/dzkb'
+} from '@/api/reportManager'
+import { ShopSearch } from '@/api/kanbanManager'
import waves from '@/directive/waves'
export default {
--
Gitblit v1.9.3