From 56d13900e2d74eeb9e22a9d86dc929640a676f6f Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期一, 17 三月 2025 17:21:43 +0800
Subject: [PATCH] fix:修改框架,初始化项目模板

---
 src/views/facility/area/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/facility/area/index.vue b/src/views/facility/area/index.vue
index 8cf1080..19243f9 100644
--- a/src/views/facility/area/index.vue
+++ b/src/views/facility/area/index.vue
@@ -4,7 +4,7 @@
 import {region} from "@/api/basicApi/index.js";
 import { onMounted } from "vue";
 import user from "@/api/system/user.js";
-import setPostParams from "../../../utils/searchParams.js";
+import setPostParams from "@/utils/searchParams.js";
 const { proxy } = getCurrentInstance();
 
 const loading = ref(true); //加载状态
@@ -146,7 +146,7 @@
 const getUserList = async() =>{
 
     loading.value = true;
-    let res = await user().search({limit:1000,page:1})
+    let res = await user().search({limit:100,page:1})
     if(res.code == 200) {
         loading.value = false;
         areaUserList.value = res.data.list

--
Gitblit v1.9.3