fix yinput有时显示不出来值

pull/1/head
GPU is all you need 4 years ago
parent 5d9cd7973f
commit dc365ce5da
  1. 2
      IOReportSysMP/miniprogram/components/yinput/yinput.ts

@ -30,7 +30,7 @@ Component({
},
lifetimes: {
ready:function(){
const initValue = this.data.defaultValue || ''
const initValue = this.data.value || this.data.defaultValue || ''
this.dataset[this.data.bindValue] = initValue
this.setData({ value: initValue })
},

Loading…
Cancel
Save