From 1e89b87f5bc035d1241b52910d04db4bdb91e9eb Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 16 八月 2024 15:32:43 +0800
Subject: [PATCH] 请求时间延长,点位标签取消重点点位

---
 src/views/system/unit/people/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/unit/people/index.vue b/src/views/system/unit/people/index.vue
index 3547321..f9756ba 100644
--- a/src/views/system/unit/people/index.vue
+++ b/src/views/system/unit/people/index.vue
@@ -147,8 +147,8 @@
         </el-form-item>
       </el-form>
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
         <el-button @click="cancel">鍙� 娑�</el-button>
+        <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
       </div>
     </el-dialog>
   </div>

--
Gitblit v1.8.0