Sfoglia il codice sorgente

抽检状态修改

duy 2 anni fa
parent
commit
86c727b2d9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/transfer/inspects.vue

+ 1 - 0
src/views/transfer/inspects.vue

@@ -327,6 +327,7 @@ const changePdf=(row)=>{
     pdfLoading.value=false
     pdfUrl.value=row['pdfFileUrl']||''
     checkId.value=row.id
+    ishowAllopinion.value=true
     getopiniondata()
 
 }