From 1fd7679f4345963c41dea9ad1c4d4c3e572b6148 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 25 二月 2025 22:29:59 +0800 Subject: [PATCH] 表单验证、项目信息显示bug --- 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