refactor: 移除注释

pull/1/head
lizijiee 1 year ago
parent 8330d90b1a
commit d027ee6d8d

@ -29,8 +29,6 @@ const offList = ref<any[]>([])
const onList = ref<any[]>([])
const allCount = computed(() => {
let result = offList.value.filter(item1 => !onList.value.some(item2 => item1.id === item2.id));
return `全部筛选(共${offList.value.length}个)`
})

Loading…
Cancel
Save