登录日志查询条件更改
continuous-integration/drone/push Build encountered an error Details

uat
caiyiling 2025-02-14 17:25:30 +08:00
parent 29d0cc7653
commit b24548dd8b
1 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
v-if="!isMine"
>
<el-select
v-model="searchData.LoginUserTypeEnum"
v-model="searchData.LoginUserType"
clearable
style="width: 120px"
>
@ -82,7 +82,7 @@
v-for="item of $d.UserType"
v-show="item.value !== 7 && item.value !== 8"
:key="'UserType' + item.label"
:value="item.value"
:value="item.id"
:label="item.label"
/>
</el-select>
@ -250,7 +250,7 @@ const searchDataDefault = () => {
Ip: '',
LoginFaildName: '',
LoginUserName: '',
LoginUserTypeEnum: null,
LoginUserType: null,
BeginDate: '',
EndDate: '',
Asc: false,