zhangwencui
2026-07-14 10ae883d6368fb8fc3f95620f610c3aaf6c6a3cd
src/components/pda-media-upload/pda-media-upload.vue
@@ -93,11 +93,9 @@
  const uploading = ref(false);
  const uploadProgress = ref(0);
  // 监听上传状态,发出事件
  const watchUploading = val => {
    emit("uploading", val);
  };
  // 监听进度,发出事件
  const watchProgress = val => {
    emit("progress", val);
  };
@@ -393,4 +391,3 @@
    font-size: 13px;
  }
</style>