Skip to content

Commit 6593c60

Browse files
committed
🐛 修复 menu 在 IDEA 报错的问题
1 parent 2ceb3b9 commit 6593c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/system/menu/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
>
3030
<el-option
3131
v-for="dict in getIntDictOptions(DICT_TYPE.COMMON_STATUS)"
32-
:key="dict.value"
32+
:key="dict.value as number"
3333
:label="dict.label"
3434
:value="dict.value"
3535
/>

0 commit comments

Comments
 (0)