forked from github/dataease
fix(系统设置): 点击对话按钮报错
This commit is contained in:
parent
f0972886af
commit
d17fd261fe
@ -152,7 +152,7 @@ const handleShowLeft = val => {
|
||||
const copilotChatLoading = ref(false)
|
||||
const inputRef = ref()
|
||||
const queryAnswer = (event?: KeyboardEvent) => {
|
||||
if (event.keyCode === 13) {
|
||||
if (event?.keyCode === 13) {
|
||||
event.preventDefault()
|
||||
}
|
||||
let copyAuestionInput = questionInput.value
|
||||
|
Loading…
Reference in New Issue
Block a user