From 39689bfa0f36978b3e4a2333892f86c89292ffca Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 29 Sep 2025 11:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E7=AB=99=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../toolsLease/apply/component/addToolsApply.vue | 1 + .../toolsLease/outBound/component/addToolsApply.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/materialsStation/toolsLease/apply/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/apply/component/addToolsApply.vue index a178913b..e9bb562f 100644 --- a/src/views/materialsStation/toolsLease/apply/component/addToolsApply.vue +++ b/src/views/materialsStation/toolsLease/apply/component/addToolsApply.vue @@ -470,6 +470,7 @@ export default { console.log('🚀 ~ changePro ~ e:', e) this.maForm.proId = e this.maForm.projectId = this.projectList.find(item => item.proId === e)?.projectId + this.maForm.teamId = '' await this.getBmTeam() if(this.maForm.proId){ this.equipmentList = [] diff --git a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue index 864d4ecf..6b85af30 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue @@ -696,6 +696,7 @@ export default { console.log('🚀 ~ changePro ~ e:', e) this.maForm.proId = e this.maForm.projectId = this.projectList.find(item => item.proId === e)?.projectId + this.maForm.teamId = '' this.equipmentList = [] if (this.maForm.pickType == 0) { await this.getBmTeam()