@@ -261,6 +261,8 @@ const handleExport = () =>{
});
exportCollection(queryParams.value,'收款明细导出.xlsx').then(()=>{
downloadLoadingInstance.close();
+ }).catch(()=>{
+ downloadLoadingInstance.close();
}
//组件激活时调用