This commit is contained in:
parent
7eef80d516
commit
c6a4901239
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue