调试回车导致弹窗闪动

This commit is contained in:
bjzhoujian
2025-11-25 11:57:07 +08:00
parent d09cbfac5f
commit 7368fa7a8c
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,6 @@
@close="onClose"
class="case-expert-dialog"
:modal="false"
:append-to-body="true"
:fullscreen="false"
top="10vh"
v-resizeable
@@ -594,6 +593,7 @@ closeMinimizedWindow() {
// 处理加载状态
handleLoading(status) {
console.log('handleLoading'+status);
this.isLoading = status;
},

View File

@@ -57,6 +57,7 @@ export default {
},
methods: {
handleSend() {
console.log('handleSend');
if (!this.inputContent.trim() || this.disabled) return
// 添加用户消息到列表
const userMessage = {