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

This commit is contained in:
Coooder-X 2021-02-02 11:01:49 +08:00 committed by chenjianxing
parent 17f340002d
commit 66e9f091c2
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>