12 2020 档案

摘要:Incident.objects.filter( create_time__year=year, create_time__month=month ).values('create_time__date').annotate(Count('id')) 查询结果为空:<QuerySet []> 参考网 阅读全文
posted @ 2020-12-18 13:41 北斗星君 阅读(400) 评论(0) 推荐(0)
摘要:使用Layui table重载时,发现如果前端多选,减少选项,后台接收的参数不会变化,使用的还是之前的搜索条件。 //执行重载table.reload('UserTable', { page: { curr: 1 //重新从第 1 页开始 }, where: { key: { name: searc 阅读全文
posted @ 2020-12-11 13:21 北斗星君 阅读(3670) 评论(1) 推荐(1)