修改测试bug
This commit is contained in:
@@ -95,6 +95,7 @@ const shortcuts = [
|
||||
|
||||
// 计算过滤后的 timeOptions
|
||||
const filteredTimeOptions = computed(() => {
|
||||
console.log("🚀 ~ props.timeKeyList :", props.timeKeyList )
|
||||
if (!props.timeKeyList || props.timeKeyList.length === 0) {
|
||||
return timeOptions.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user