Sfoglia il codice sorgente

申请验收修改

duy 1 anno fa
parent
commit
012ca652e5

+ 3 - 0
src/global/components/hc-report-modal/index.vue

@@ -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;
     }

+ 1 - 0
src/views/transfer/components/table-collect.vue

@@ -216,6 +216,7 @@ const reportModalClick = async () => {
 }
 const hidereport = ()=>{
     showReportModal.value = false
+    checkedval.value = false
     visuatable.value.forEach((ele, index)=>{
         visuatable.value[index]?.clearSelection()
     })