|
@@ -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) => {
|