Explorar o código

Merge branch 'greenUrgent' into allTestUrgent

qymljy hai 1 ano
pai
achega
893f523086
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/HDrpManagement/serveBillMag/index.vue

+ 2 - 2
src/HDrpManagement/serveBillMag/index.vue

@@ -119,10 +119,10 @@ export default {
     },
     dateChange(date) {
       if (date) {
-        this.where.startdate = date[0];
+        this.where.begindate = date[0];
         this.where.enddate = date[1];
       } else {
-        this.where.startdate = "";
+        this.where.begindate = "";
         this.where.enddate = "";
       }
       this.$refs.list.param.content.where = this.where;