bug修复
This commit is contained in:
parent
b31c30e4df
commit
e31bd2c78f
|
|
@ -330,6 +330,7 @@ export default {
|
|||
|
||||
this.queryParams.lightStatus = ''
|
||||
this.queryParams.teamId = data.teamId
|
||||
this.queryParams.proId = data.proId
|
||||
this.dialogConfigFour.outerTitle = '人员信息'
|
||||
this.dialogConfigFour.outerVisible = true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -600,6 +600,7 @@ export default {
|
|||
this.queryParamsPerson.isAtt = ''
|
||||
}
|
||||
this.queryParamsPerson.subId = data.subId
|
||||
this.queryParamsPerson.teamId = ''
|
||||
this.dialogConfigFour.outerTitle = '人员信息'
|
||||
this.dialogConfigFour.outerVisible = true
|
||||
},
|
||||
|
|
@ -612,6 +613,7 @@ export default {
|
|||
this.queryParamsPerson.isAtt = ''
|
||||
}
|
||||
this.queryParamsPerson.teamId = data.teamId
|
||||
this.queryParamsPerson.proId = data.proId
|
||||
this.dialogConfigFour.outerTitle = '人员信息'
|
||||
this.dialogConfigFour.outerVisible = true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -362,6 +362,7 @@ export default {
|
|||
}
|
||||
this.queryParams.subId = data.subId
|
||||
this.queryParams.proId = data.proId
|
||||
this.queryParams.teamId = ''
|
||||
this.dialogConfigFour.outerTitle = '人员信息'
|
||||
this.dialogConfigFour.outerVisible = true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -544,6 +544,7 @@ export default {
|
|||
this.queryParamsPerson.isAtt = ''
|
||||
}
|
||||
this.queryParamsPerson.subId = data.subId
|
||||
this.queryParamsPerson.teamId = ''
|
||||
this.dialogConfigFour.outerTitle = '人员信息'
|
||||
this.dialogConfigFour.outerVisible = true
|
||||
},
|
||||
|
|
@ -556,6 +557,7 @@ export default {
|
|||
this.queryParamsPerson.isAtt = ''
|
||||
}
|
||||
this.queryParamsPerson.teamId = data.teamId
|
||||
this.queryParamsPerson.proId = data.proId
|
||||
this.dialogConfigFour.outerTitle = '人员信息'
|
||||
this.dialogConfigFour.outerVisible = true
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue