[去升级换字段判断用is_top判断]
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
this.identitie = res.identities
|
||||
if (type === 'cre') {
|
||||
let Index = res.identities.findIndex(val => val.identity_id == this.$Route.query.identity_id)
|
||||
if(Index+1 === res.identities){
|
||||
if(Index+1 === res.identities.length){
|
||||
this.tabsIndex = Index
|
||||
}else{
|
||||
this.tabsIndex = Index+1
|
||||
|
||||
Reference in New Issue
Block a user