材料站工程切换优化

This commit is contained in:
bb_pan 2025-09-29 13:44:23 +08:00
parent 39689bfa0f
commit 94bb983bb4
2 changed files with 2 additions and 0 deletions

View File

@ -471,6 +471,7 @@ export default {
this.maForm.proId = e
this.maForm.projectId = this.projectList.find(item => item.proId === e)?.projectId
this.maForm.teamId = ''
this.maForm.leasePerson = ''
await this.getBmTeam()
if(this.maForm.proId){
this.equipmentList = []

View File

@ -697,6 +697,7 @@ export default {
this.maForm.proId = e
this.maForm.projectId = this.projectList.find(item => item.proId === e)?.projectId
this.maForm.teamId = ''
this.maForm.leasePerson = ''
this.equipmentList = []
if (this.maForm.pickType == 0) {
await this.getBmTeam()