@@ -303,6 +303,9 @@ const HcUploadFileSuccess = (res) => {
align-items: center;
flex-flow: row wrap;
width: 100%;
+ max-height: 300px;
+ overflow-y: auto;
+ overflow-x: hidden;
.el-tag {
margin: 5px;
}
@@ -216,6 +216,7 @@ const reportModalClick = async () => {
const hidereport = ()=>{
showReportModal.value = false
+ checkedval.value = false
visuatable.value.forEach((ele, index)=>{
visuatable.value[index]?.clearSelection()
})