Преглед изворни кода

Merge branch 'greenUrgent' into allTestUrgent

qymljy пре 1 година
родитељ
комит
893f523086
1 измењених фајлова са 2 додато и 2 уклоњено
  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;