Browse Source

bug 修复

lilei 3 years ago
parent
commit
a0e69afd00
2 changed files with 5 additions and 5 deletions
  1. 1 1
      public/version.json
  2. 4 4
      src/views/bulkManagement/bulkWarehousingOrder/list.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1654165326939
+  "version": 1654476075141
 }

+ 4 - 4
src/views/bulkManagement/bulkWarehousingOrder/list.vue

@@ -231,8 +231,8 @@ export default {
   methods: {
     //  时间  change
     dateChange (date) {
-      this.queryParam.auditBeginDate = date[0]
-      this.queryParam.auditEndDate = date[1]
+      this.queryParam.beginDate = date[0]
+      this.queryParam.endDate = date[1]
     },
     auditDateChange (date) {
       this.queryParam.auditBeginDate = date[0]
@@ -316,8 +316,8 @@ export default {
     // 重置数据
     resetData (flag) {
       this.$refs.rangeDate.resetDate(flag ? '' : this.time)
-      this.queryParam.auditBeginDate = flag ? '' : getDate.getCurrMonthDays().starttime
-      this.queryParam.auditEndDate = flag ? '' : getDate.getCurrMonthDays().endtime
+      this.queryParam.beginDate = flag ? '' : getDate.getCurrMonthDays().starttime
+      this.queryParam.endDate = flag ? '' : getDate.getCurrMonthDays().endtime
       this.$refs.auditRangeDate.resetDate('')
       this.queryParam.auditBeginDate = ''
       this.queryParam.auditEndDate = ''