ymy 2 سال پیش
والد
کامیت
1d9a219785
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/benyun/components/byDatePicker/byDatePicker.vue
  2. 1 1
      src/benyun/components/bySelect/bySelect.vue

+ 1 - 1
src/benyun/components/byDatePicker/byDatePicker.vue

@@ -43,7 +43,7 @@ export default class ByDatePicker extends VueViews {
       this.setConfig(this.propConfig)
     }
     if(this.propValue){
-      this.setValue(this.propConfig)
+      this.setValue(this.propValue)
     }
   }
   mounted(){

+ 1 - 1
src/benyun/components/bySelect/bySelect.vue

@@ -61,7 +61,7 @@ export default class BySelect extends VueViews {
       this.setConfig(this.propConfig)
     }
     if(this.propValue){
-      this.setValue(this.propConfig)
+      this.setValue(this.propValue)
     }
   }