| | |
| | | }); |
| | | |
| | | const { proxy } = getCurrentInstance() as ComponentInternalInstance; |
| | | const emit = defineEmits(['update:modelValue','closePopup']); |
| | | const emit = defineEmits(['update:modelValue','closePopup','openPopup']); |
| | | const number = ref(0); |
| | | const uploadList = ref<any[]>([]); |
| | | //互联网端 |
| | |
| | | } |
| | | } |
| | | const handleUploadProgress=(e: any) => { |
| | | console.log('handleUploadProgress?'); |
| | | // downloadProgress.value = downloadProgress.value + 50 |
| | | // emit('closePopup','123123'); |
| | | emit('openPopup','123123'); |
| | | // emit('openPopup','123123'); |
| | | } |
| | | // 上传成功回调 |
| | | const handleUploadSuccess = (res: any, file: UploadFile) => { |