diff --git a/src/views/system/login-log/index.vue b/src/views/system/login-log/index.vue index 9d96ecb7..d6cac187 100644 --- a/src/views/system/login-log/index.vue +++ b/src/views/system/login-log/index.vue @@ -38,6 +38,34 @@ style="width: 120px" /> + + + + + + + + {{ $t("common:button:search") }} + + {{ $t("common:button:reset") }} + { OptType: null, Ip: "", LoginFaildName: "", + LoginUserName: '', + LoginUserTypeEnum: null, BeginDate: "", EndDate: "", Asc: false, @@ -210,6 +247,7 @@ export default { }, // 重置列表查询 handleReset() { + this.datetimerange = [] this.searchData = searchDataDefault(); this.getList(); },