Merge branch 'uat' into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
596ea8f658
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue