@@ -221,7 +221,7 @@ export default {
_this.dataConfig = JSON.parse(writeTableData);
setTimeout(() => {
_this.download2();
- }, 1000);
+ }, 50);
}
},
//生命周期-创建之前