forked from github/dataease
refactor: UI
This commit is contained in:
parent
d0d957b695
commit
999209757b
@ -42,9 +42,6 @@ const searchResult = computed(
|
||||
)
|
||||
|
||||
const showFlagCheck = template => {
|
||||
if (!template.categoryNames) {
|
||||
console.log('===templateTest' + JSON.stringify(template))
|
||||
}
|
||||
return template.showFlag && template.categoryNames?.includes(props.label)
|
||||
}
|
||||
|
||||
|
@ -273,7 +273,6 @@ const categoriesComputed = computed(() => {
|
||||
category => category.source === 'public' || category.source === state.templateSourceType
|
||||
)
|
||||
}
|
||||
console.log('categoriesComputed=' + JSON.stringify(result))
|
||||
return result
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user