From e3cac4fb5b540b45d6ec1a53a534d08c03d7c174 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期六, 15 十一月 2025 16:36:08 +0800
Subject: [PATCH] 打的修改

---
 src/views/archiveManager/arMAutoUser.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/archiveManager/arMAutoUser.vue b/src/views/archiveManager/arMAutoUser.vue
index c55c7e6..d7eb9ef 100644
--- a/src/views/archiveManager/arMAutoUser.vue
+++ b/src/views/archiveManager/arMAutoUser.vue
@@ -48,7 +48,7 @@
           v-hasPermi="['system:role:remove']"
         >鎵归噺鍙栨秷鎺堟潈</el-button>
       </el-col> -->
-      <el-col :span="1.5">
+    <!--  <el-col :span="1.5">
         <el-button
           type="warning"
           plain
@@ -56,7 +56,7 @@
           size="mini"
           @click="handleClose"
         >鍏抽棴</el-button>
-      </el-col>
+      </el-col> -->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -148,7 +148,7 @@
   created() {
     const roleId = this.$route.params && this.$route.params.roleId
     const recordId = this.$route.params && this.$route.params.archiveRecordsId
-   
+
     if (roleId && recordId) {
       this.queryParams.roleId = roleId
       // 杩涜绫诲瀷杞崲
@@ -164,7 +164,7 @@
       // 鍒涘缓涓�涓柊瀵硅薄锛屽皢瀛楃涓茬被鍨嬬殑archiveRecordsId杞崲涓烘暟瀛楃被鍨�
       const params = {
         ...this.queryParams,
-        archiveRecordsId: !isNaN(Number(this.queryParams.archiveRecordsId)) ? 
+        archiveRecordsId: !isNaN(Number(this.queryParams.archiveRecordsId)) ?
                     Number(this.queryParams.archiveRecordsId) : 0
       }
       listArchiverecordstouser(params).then(response => {
@@ -176,8 +176,9 @@
     /** 鎵撳紑鎺堟潈鐢ㄦ埛琛ㄥ脊绐� */
     openSelectUser() {
       // 纭繚浼犻�掔粰select缁勪欢鐨剅ecordId鏄暟瀛楃被鍨�
-      const recordId = !isNaN(Number(this.queryParams.archiveRecordsId)) ? 
+      const recordId = !isNaN(Number(this.queryParams.archiveRecordsId)) ?
                     Number(this.queryParams.archiveRecordsId) : 0
+
       this.$refs.select.show(recordId)
     },
     // 杩斿洖鎸夐挳

--
Gitblit v1.9.1