showInput(index) {
this.attr[index].inputVisible = true;
**this.$nextTick(_ => {
console.log(this)
this.$refs.saveTagInput[index].$refs.input.focus();
});**
猛跑小猪
相关分类