fix: 解决 接口自动化-添加场景变量,焦点错误切换 (#1342)
This commit is contained in:
parent
17f340002d
commit
66e9f091c2
|
@ -30,11 +30,6 @@
|
||||||
this.$refs.nameInput.focus();
|
this.$refs.nameInput.focus();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
watch: {
|
|
||||||
editData() {
|
|
||||||
this.$refs.nameInput.focus();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue