From 161091d92983e5169afbce0c10addff208b03c16 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 13 Jun 2025 13:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/apply/component/addToolsApply.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/material/lease/apply/component/addToolsApply.vue b/src/views/material/lease/apply/component/addToolsApply.vue index 66747b67..287b2f82 100644 --- a/src/views/material/lease/apply/component/addToolsApply.vue +++ b/src/views/material/lease/apply/component/addToolsApply.vue @@ -460,8 +460,8 @@ export default { // 获取班组 async getBmTeam() { try { - const teamLeaderIdCard = sessionStorage.getItem('idCard') - const res = await getBmTeamApi({ isAll: 0, teamLeaderIdCard }) + const idCard = sessionStorage.getItem('idCard') + const res = await getBmTeamApi({ isAll: 0, idCard }) if (!res.data || res.data.length === 0) return this.uniteList = res.data this.maForm.teamId = res.data[0].id