Input输入内容自动失焦问题
‘on-change’:(event)=>{
Params.row.value= event;
This.table[params.index]= Params.row
}
// 弹框的input框自动获取焦点
'showModal.MZBuhua': function() {
this.$nextTick(() =>{
this.$refs['modelName'].focus()
})
},
Input输入内容自动失焦问题
‘on-change’:(event)=>{
Params.row.value= event;
This.table[params.index]= Params.row
}
// 弹框的input框自动获取焦点
'showModal.MZBuhua': function() {
this.$nextTick(() =>{
this.$refs['modelName'].focus()
})
},