zhuliu 1 tháng trước cách đây
mục cha
commit
b37427128e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/report/components/dialog/reportTemplate.vue

+ 1 - 0
src/views/report/components/dialog/reportTemplate.vue

@@ -71,6 +71,7 @@ const open = (obj: object | null) => {
   if (!tableData.value.length) {
     getTemplateList()
   }
+  btnLoading.value = false
   visible.value = true
 }