From 8779375b26e23113ebfa5940e4e5dbe696980f53 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 07 一月 2025 18:46:29 +0800
Subject: [PATCH] 流程设计-任务配置-人员类型组件重构:todo角色组件分页回显问题

---
 src/views/function/leaveApply.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/function/leaveApply.vue b/src/views/function/leaveApply.vue
index 15b9672..f93d294 100644
--- a/src/views/function/leaveApply.vue
+++ b/src/views/function/leaveApply.vue
@@ -100,7 +100,7 @@
                 <el-form-item label="閮ㄩ棬棰嗗">
                     <el-select v-model="form.deptleader">
                         <el-option
-                            v-for="(user, i) in userList" 
+                            v-for="(user, i) in userList"
                             :key="i"
                             :label="user.userName"
                             :value="user.userName"
@@ -170,7 +170,6 @@
     mounted() {
         this.getLeaveApplyListAndRender(this.searchParams)
         listUser().then(res => {
-            console.log("鑾峰彇鐢ㄦ埛", res);
             this.userList = res.rows;
         });
     },
@@ -184,7 +183,7 @@
                 const ids = this.selectionIds.join(",");
                 this.deleteByIdsAndRender(ids);
             });
-           
+
         },
         handleExport() {
             this.$confirm('纭畾瀵煎嚭鎵�鏈夋暟鎹悧锛�', {

--
Gitblit v1.8.0