wolyshaw 4 years ago
parent
commit
12c79cc25e

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0415442d.5a7ca029.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0415442d.827edc17.js


+ 2 - 2
src/views/businessManager/orderManager/payRecord.vue

@@ -282,8 +282,8 @@ export default {
     },
     searchOrderDate (value) {
       if (value) {
-        this.searchForm.startTime = value[0] + ' 00:00:00'
-        this.searchForm.endTime = value[1] + ' 23:59:59'
+        this.searchForm.startTime = value[0]
+        this.searchForm.endTime = value[1]
       } else {
         this.searchForm.startTime = null
         this.searchForm.endTime = null

Some files were not shown because too many files changed in this diff