Ver Fonte

Merge branch 'yb_back5.8.1'

cxmo há 1 ano atrás
pai
commit
fab8570298
1 ficheiros alterados com 2 adições e 2 exclusões
  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()