bug修复

This commit is contained in:
BianLzhaoMin 2025-11-17 17:57:45 +08:00
parent b31c30e4df
commit e31bd2c78f
4 changed files with 6 additions and 0 deletions

View File

@ -330,6 +330,7 @@ export default {
this.queryParams.lightStatus = '' this.queryParams.lightStatus = ''
this.queryParams.teamId = data.teamId this.queryParams.teamId = data.teamId
this.queryParams.proId = data.proId
this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerTitle = '人员信息'
this.dialogConfigFour.outerVisible = true this.dialogConfigFour.outerVisible = true
}, },

View File

@ -600,6 +600,7 @@ export default {
this.queryParamsPerson.isAtt = '' this.queryParamsPerson.isAtt = ''
} }
this.queryParamsPerson.subId = data.subId this.queryParamsPerson.subId = data.subId
this.queryParamsPerson.teamId = ''
this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerTitle = '人员信息'
this.dialogConfigFour.outerVisible = true this.dialogConfigFour.outerVisible = true
}, },
@ -612,6 +613,7 @@ export default {
this.queryParamsPerson.isAtt = '' this.queryParamsPerson.isAtt = ''
} }
this.queryParamsPerson.teamId = data.teamId this.queryParamsPerson.teamId = data.teamId
this.queryParamsPerson.proId = data.proId
this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerTitle = '人员信息'
this.dialogConfigFour.outerVisible = true this.dialogConfigFour.outerVisible = true
}, },

View File

@ -362,6 +362,7 @@ export default {
} }
this.queryParams.subId = data.subId this.queryParams.subId = data.subId
this.queryParams.proId = data.proId this.queryParams.proId = data.proId
this.queryParams.teamId = ''
this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerTitle = '人员信息'
this.dialogConfigFour.outerVisible = true this.dialogConfigFour.outerVisible = true
}, },

View File

@ -544,6 +544,7 @@ export default {
this.queryParamsPerson.isAtt = '' this.queryParamsPerson.isAtt = ''
} }
this.queryParamsPerson.subId = data.subId this.queryParamsPerson.subId = data.subId
this.queryParamsPerson.teamId = ''
this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerTitle = '人员信息'
this.dialogConfigFour.outerVisible = true this.dialogConfigFour.outerVisible = true
}, },
@ -556,6 +557,7 @@ export default {
this.queryParamsPerson.isAtt = '' this.queryParamsPerson.isAtt = ''
} }
this.queryParamsPerson.teamId = data.teamId this.queryParamsPerson.teamId = data.teamId
this.queryParamsPerson.proId = data.proId
this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerTitle = '人员信息'
this.dialogConfigFour.outerVisible = true this.dialogConfigFour.outerVisible = true
}, },