From e87846bfc7e467836d958632b15a22a901eb51d2 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 09 一月 2025 15:33:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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