Parcourir la source

Merge branch 'yb_back5.8.1'

cxmo il y a 1 an
Parent
commit
fab8570298
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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()