From 55fce4e7b7e85e3553d3e82dd80f883cda84a08d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 27 Jan 2026 14:07:10 +0800
Subject: [PATCH] feat:部门管理编辑回显异常处理

---
 applications/drone-command/src/views/resource/patchManagement.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/drone-command/src/views/resource/patchManagement.vue b/applications/drone-command/src/views/resource/patchManagement.vue
index 3625f0d..ec96730 100644
--- a/applications/drone-command/src/views/resource/patchManagement.vue
+++ b/applications/drone-command/src/views/resource/patchManagement.vue
@@ -41,7 +41,7 @@
       </template>
     </avue-crud>
 
-    <el-dialog title="上传图斑" class="ztzf-dialog-mange" append-to-body align-center v-model="box" width="550px">
+    <el-dialog title="上传图斑" class="command-dialog-mange" append-to-body align-center v-model="box" width="550px">
       <el-form
         ref="ruleFormRef"
         style="max-width: 600px"

--
Gitblit v1.9.3