mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-25 15:48:38 +00:00
🐛 修复 operateLog 和 loginLog 在 IDEA 报错的问题
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<el-select v-model="queryParams.type" placeholder="请选择错误码类型" clearable>
|
||||
<el-option
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.SYSTEM_ERROR_CODE_TYPE)"
|
||||
:key="dict.value"
|
||||
:key="dict.value as number"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
class="!w-240px"
|
||||
|
||||
Reference in New Issue
Block a user