mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-08 14:44:58 +08:00
fix: 修复vue/return-in-computed-property报错
This commit is contained in:
parent
251a98df5c
commit
c015b2e881
@ -31,6 +31,7 @@ export default defineComponent({
|
|||||||
else if (isArray(props.value)) {
|
else if (isArray(props.value)) {
|
||||||
return props.value.map(String)
|
return props.value.map(String)
|
||||||
}
|
}
|
||||||
|
return []
|
||||||
})
|
})
|
||||||
const rederDictTag = () => {
|
const rederDictTag = () => {
|
||||||
if (!props.type) {
|
if (!props.type) {
|
||||||
|
Loading…
Reference in New Issue
Block a user