七天直播记录默认值
This commit is contained in:
@@ -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) // 导出的加载中
|
||||
|
||||
Reference in New Issue
Block a user