Browse Source

fix:文件共享下载

liziliang 1 month ago
parent
commit
cb0e3fe37b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/main/fileList.vue

+ 1 - 1
src/views/main/fileList.vue

@@ -113,7 +113,7 @@ const downloadFile = async (row: any) => {
   // 4. 清理内存
   URL.revokeObjectURL(tempUrl);
   document.body.removeChild(link);
-  row.downloadBtnLoading.value = false;
+  row.downloadBtnLoading = false;
 };
 // const messageDetailRef = ref<InstanceType<typeof MessageDetail>>();
 // const showDetail = (item: any) => {