From 499eb70620bf7d2f4d42c592679e26c6b036ce8b Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 29 Sep 2025 13:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E7=AB=99=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue index f5be1eb..812275e 100644 --- a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue +++ b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue @@ -564,6 +564,8 @@ const changeProd = async (e) => { console.log('🚀 ~ changeProd ~ e:', e) formData.proId = e formData.projectId = prodRange.value.find((item) => item.proId == e)?.projectId + formData.teamId = null + formData.leasePerson = '' console.log('xxxxxxxxxxxxxxxxxxxxxx', formData.projectId) tableData.value = [] if (formData.pickType == 0) {