bugfix: 报告生成
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user