Browse Source

Merge branch 'yb_back5.8.1'

cxmo 1 năm trước cách đây
mục cha
commit
fab8570298
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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()