This commit is contained in:
BianLzhaoMin 2025-10-21 16:18:29 +08:00
parent 7eef80d516
commit c6a4901239
1 changed files with 4 additions and 1 deletions

View File

@ -543,7 +543,10 @@ export default {
(item) => item.value === val,
).label
this.getTeamSelectList({ subId: val })
this.getTeamSelectList({
subId: val,
proId: this.addEntryProjectForm.proId,
})
},
//
onChangeTeamId(val) {