fix(接口定义): 获取焦点问题修改

This commit is contained in:
fit2-zhao 2021-01-28 10:31:21 +08:00
parent 267dd14a93
commit 6c74486f57
1 changed files with 0 additions and 6 deletions

View File

@ -30,12 +30,6 @@
this.$refs.nameInput.focus();
});
},
watch: {
editData() {
this.$refs.nameInput.focus();
}
}
}
</script>