Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
PPzXiao committed Jun 12, 2020
1 parent 312ed26 commit 8336bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/label/labeling.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ const carouselPrefix = '?imageView2/2/h/440'
this.entityinput = this.labeledeventoptions[m].entities
if(this.activeName!=''){
console.log(123142143);
this.showlabeledstandard(this.itemlabel)
this.showlabeledstandard(this.itemlabel)
}
var addcontent = []
var addlist = []
Expand Down Expand Up @@ -1997,6 +1997,7 @@ const carouselPrefix = '?imageView2/2/h/440'
this.eventoptions.push(this.options[i])
}
}
this.showlabeledstandard(eventname[0])
// this.entityinput = this.labeledeventoptions.entities
console.log('xxxxxxa',this.labeledeventoptions);
}
Expand Down

0 comments on commit 8336bfc

Please sign in to comment.