EthnaYeh 7 年之前
父节点
当前提交
485dc6f862
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/agnetManagement/index.vue

+ 2 - 2
src/views/agnetManagement/index.vue

84
       listQuery: {
84
       listQuery: {
85
         page: 1,
85
         page: 1,
86
         limit: 20,
86
         limit: 20,
87
-        startAt: moment().subtract(1, 'weeks').day(7).hour(16).minute(0).second(0),
88
-        endAt: moment().day(7).hour(11).minute(59).second(59)
87
+        startAt: moment.utc(moment().subtract(1, 'weeks').day(7).hour(16).minute(0).second(0)).format(),
88
+        endAt: moment.utc(moment().day(7).hour(11).minute(59).second(59)).format()
89
       },
89
       },
90
       dialogCreateFormVisible: false,
90
       dialogCreateFormVisible: false,
91
       dialogStatus: '',
91
       dialogStatus: '',