七天直播记录默认值

This commit is contained in:
2025-12-19 19:47:22 +08:00
parent c923d51622
commit 17a2fe7db0
2 changed files with 3 additions and 3 deletions

View File

@@ -360,7 +360,7 @@ const queryParams = reactive({
createTime: new Date().toISOString().split('T')[0] + ' 00:00:00',
userId: undefined,
deleteFlag: false, //导出 是否删除
hasLiveRecoder: 0,
hasLiveRecoder: undefined,
})
const queryFormRef = ref() // 搜索的表单
const exportLoading = ref(false) // 导出的加载中