EthnaYeh 6 years ago
parent
commit
485dc6f862
1 changed files with 2 additions and 2 deletions
  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: '',