liziliang 1 месяц назад
Родитель
Сommit
cb0e3fe37b
1 измененных файлов с 1 добавлено и 1 удалено
  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) => {