فهرست منبع

服务申请单筛选

qymljy 9 ماه پیش
والد
کامیت
6bc9d29f63
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/HDrpManagement/serveBill/index.vue

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

@@ -88,10 +88,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