forked from github/dataease
Merge pull request #11139 from dataease/pr@dev-v2_st
fix(系统设置): 点击对话按钮报错
This commit is contained in:
commit
62c2b8f0a6
@ -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