소스 검색

质保资料

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
 }