@@ -288,7 +288,7 @@ export default {
handleDownloadEnd(row) {
this.loading = true;
let applicationType = "application/zip";
- var fileTheName = "123";
+ var fileTheName = `engineering_${new Date().getTime()}.zip`;
downloadEngineering().then((res) => {
if (res) {
@@ -279,6 +279,7 @@ export default {
this.resetForm("queryForm");
this.queryParams.pageNum = 1;
this.$refs.tables.sort(this.defaultSort.prop, this.defaultSort.order);
+ this.handleQuery();
},
/** 多选框选中数据 */
handleSelectionChange(selection) {