Explorar el Código

Merge branch 'greenUrgent' into allTestUrgent

qymljy hace 1 año
padre
commit
893f523086
Se han modificado 1 ficheros con 2 adiciones y 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;