材料站工程切换优化

This commit is contained in:
bb_pan 2025-09-29 11:32:15 +08:00
parent c6dcba9b2e
commit 39689bfa0f
2 changed files with 2 additions and 0 deletions

View File

@ -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 = []

View File

@ -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()