浏览代码

bug 修复

lilei 3 年之前
父节点
当前提交
a0e69afd00
共有 2 个文件被更改,包括 5 次插入5 次删除
  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 = ''