Browse Source

Merge remote-tracking branch 'origin/master'

guoyujia 8 months ago
parent
commit
e711ea9690
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/business/certificate/form.vue

+ 1 - 0
src/views/business/certificate/form.vue

@@ -231,6 +231,7 @@ function handleGenerate() {
   const loading = ElLoading.service({
     lock: true,
   })
+  console.log(form.value)
   generateQrCode(form.value).then(res => {
 
     loading.close()