Forráskód Böngészése

Merge branch 'yb_back5.8.1'

cxmo 1 éve
szülő
commit
fab8570298
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/views/report/PreviewPDF.vue

+ 2 - 2
src/views/report/PreviewPDF.vue

@@ -16,8 +16,8 @@ const pdfState = reactive({
     pdf_url:'',
     pdf_name:''
 })
-let showHint = ref(true)
-let hasRight = ref(false)
+let showHint = ref(false)
+let hasRight = ref(true)
 let hintText = ref('')
 const loadingFailed = ()=>{
     LOADING.close()