duy пре 7 месеци
родитељ
комит
8a0a76df79
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/views/tasks/components/hc-data/mass-form.vue

+ 1 - 0
src/views/tasks/components/hc-data/mass-form.vue

@@ -73,6 +73,7 @@ onMounted(() => {
 const pdfList = ref([])
 
 const pdfUrl = ref('')
+
 const changPdf = (url) => {
     pdfUrl.value = url
 }