From 7a940af7a0cea67f6dc59f79158229895d2a4dba Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 08 一月 2026 09:28:25 +0800
Subject: [PATCH] 修改简道云人员推送删除功能bug
---
admin/src/views/business/regionDevice.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/admin/src/views/business/regionDevice.vue b/admin/src/views/business/regionDevice.vue
index 4cc8669..1aa5bfe 100644
--- a/admin/src/views/business/regionDevice.vue
+++ b/admin/src/views/business/regionDevice.vue
@@ -111,7 +111,7 @@
}) .catch(e => {
})
.finally(() => {
- this.isWorking.loading = false
+ this.isWorking.loading = falsex
})
},
getDepartmentTree (tree) {
--
Gitblit v1.9.3