fix: 解决 接口自动化-添加场景变量,焦点错误切换 (#1342)

This commit is contained in:
Coooder-X 2021-02-02 11:01:49 +08:00 committed by GitHub
parent 56dfd41f46
commit bd2596a603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

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