瀏覽代碼

质保资料

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
 }