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