From 130af71b8b0b86cf495fa511914baa23be666a89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com>
Date: Mon, 17 Mar 2025 15:57:09 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pages/manage/deviceManage.vue | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pages/manage/deviceManage.vue b/pages/manage/deviceManage.vue
index 47fce99..3da7a8f 100644
--- a/pages/manage/deviceManage.vue
+++ b/pages/manage/deviceManage.vue
@@ -2,7 +2,7 @@
 
 <template>
   <view class="content">
-    <u-loading-page :loading="isLoading"></u-loading-page>
+    <u-loading-page style="z-index: 999" bg-color="#e8e8e8" loading-mode="semicircle" :loading="isLoading"></u-loading-page>
     <view class="top-heder">
       <view class="t-left" @click="getback()">
         <uni-icons type="left" size="18" color="white"></uni-icons>
@@ -156,6 +156,7 @@ export default {
   methods: {
     formatDate,
     async getlist(flag) {
+      this.isLoading = true
       let data = {
         pageSize: this.pageSize,
         pageNum: this.pageNum,
@@ -177,6 +178,7 @@ export default {
       }
       let total = res.total
       this.totalPages = Math.ceil(total / this.pageSize);
+      this.isLoading = false
       // this.getCountByDirectory()
     },
     showHistory(id) {