@@ -69,7 +69,7 @@ import { useClipboard } from '@vueuse/core'
import { useUserStore } from '@/stores/user'
const isAdmin = inject('isAdmin')
-const where = ref({})
+const where = ref({ del: false })
const timeFormatter = useTimeFormatter()
const table = ref(null)
const model = ref({})