fix(接口定义): 获取焦点问题修改
This commit is contained in:
parent
267dd14a93
commit
6c74486f57
|
@ -30,12 +30,6 @@
|
||||||
this.$refs.nameInput.focus();
|
this.$refs.nameInput.focus();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
watch: {
|
|
||||||
editData() {
|
|
||||||
this.$refs.nameInput.focus();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue