chenrui %!s(int64=4) %!d(string=hai) anos
pai
achega
430269f4fc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/setting/notice/list.vue

+ 2 - 2
src/views/setting/notice/list.vue

@@ -106,8 +106,8 @@ export default {
     ]),
     //  时间  change
     dateChange (date) {
-      this.queryParam.beginDate = date[0]
-      this.queryParam.endDate = date[1]
+      this.queryParam.beginDate = date[0] ? date[0] + ' 00:00:00' : ''
+      this.queryParam.endDate = date[1] ? date[1] + ' 23:59:59' : ''
     },
     // 查询列表
     handelSearch (pageNo) {