Parcourir la source

上传文件修改

duy il y a 2 mois
Parent
commit
417768c2a4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/data-fill/components/HcUpload.vue

+ 1 - 1
src/views/data-fill/components/HcUpload.vue

@@ -157,7 +157,7 @@ watch(() => [
   
 ], ([ type]) => {
     typevalue.value = type
-         emit('change', { type: 'success' })
+        //  emit('change', { type: 'success' })
 
 },
 { immediate: true },