From f6edee889e34cc5de979e05eac4dffe81e29a9f9 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 17 四月 2023 16:55:13 +0800
Subject: [PATCH] 1.多排备份
---
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