Browse Source

修改值

ymy 2 năm trước cách đây
mục cha
commit
1d9a219785

+ 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)
     }
   }