材料站工程切换优化
This commit is contained in:
parent
39689bfa0f
commit
94bb983bb4
|
|
@ -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 = []
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue