@@ -311,6 +311,7 @@ export default {
navigator.msSaveBlob(blob, fileName);
this.loading = false;
}
+ this.getList();
});
},