优化提示

This commit is contained in:
RuoYi
2021-09-08 11:26:08 +08:00
parent a7376b36f8
commit 15abd4d053
3 changed files with 1 additions and 14 deletions

View File

@ -239,8 +239,6 @@ export default {
if (time != null && time != this.uniqueId) {
this.uniqueId = time;
this.queryParams.pageNum = Number(this.$route.query.pageNum);
this.dateRange = [];
this.resetForm("queryForm");
this.getList();
}
},