From 40476d45b68ffb9a710684c38a3a3aac21f38439 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Thu, 30 Oct 2025 20:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue index e0332a0..65d4c6a 100644 --- a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue +++ b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue @@ -410,7 +410,8 @@ const getTeamList = async () => { const getProjectListApi = async () => { try { const params = { - teamName: formData.teamName + teamName: formData.teamName, + isApp:true } const res = await getProjectInfoApi(params) if (!res.data || !res.data.length) return