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/template.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/template.vue b/src/views/template.vue
index 9951a4b..6f02a6c 100644
--- a/src/views/template.vue
+++ b/src/views/template.vue
@@ -203,7 +203,7 @@
<script>
import Pagination from '@/components/Pagination'
-import { AddUpdateOrganization, DeleteOrganization, OrganizationSearch, PrentOrganization } from '@/api/jcsz'
+import { AddUpdateOrganization, DeleteOrganization, OrganizationSearch, PrentOrganization } from '@/api/basicSettings'
import { getCookie } from '@/utils/auth'
import ImportPicker from '@/components/ImportPicker'
import { validateCode } from '@/utils/global'
--
Gitblit v1.9.3