bugfix: 报告生成

This commit is contained in:
2026-03-18 17:24:52 +08:00
parent dd27ffd229
commit e80bb86ef1
2 changed files with 22 additions and 16 deletions

View File

@@ -37,7 +37,7 @@
<div class="left flex align-center">
<div class="agent-operate flex flex-center">
<el-popover
placement="top-end"
placement="top"
trigger="click"
popper-class="agent-plus-popover"
>
@@ -684,9 +684,11 @@
const payload = {
text: inputValue.value.trim(),
images: imageUrlList,
useReport: reportTags.value.length > 0,
tempImages: uploadedImages.value
}
if (reportTags.value.length > 0) {
payload.useReport = true
}
emits('send', payload)
// 发送后清空图片列表
uploadedImages.value = []
@@ -1367,7 +1369,9 @@
border: none !important;
padding: 0 !important;
margin-bottom: -1rem;
pointer-events: none;
width: fit-content !important;
min-width: initial !important;
//pointer-events: none;
.el-popper__arrow:before {
display: none;
}