odc.xiaohui
2023-12-22 2969915f7a8f5b1f235b6cc954011eb09dffc38f
互联网
2个文件已修改
7 ■■■■■ 已修改文件
src/components/FileUpload/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/FileUpload/index.vue
@@ -171,6 +171,7 @@
  }
}
const handleUploadProgress=(e: any) => {
  console.log('handleUploadProgress?');
  // downloadProgress.value = downloadProgress.value + 50
  // emit('closePopup','123123');
  emit('openPopup','123123');
src/views/index.vue
@@ -345,6 +345,12 @@
const submitForm = async () => {
  await childFile.value.handleCilck()
  dialog.visible = false;
  setTimeout(()=>{
    dialogVisible.value = true;
    state.mytime = setInterval(() => {
      percentage2.value = (percentage2.value % 100) + 5
    }, 500)
  }, 1000)
}
const lookPawsd = async (row:any) => {
  console.log(row);