onLoad(option) {
const obj = option.id;
console.log('js',option.id)
this.LuRuForm.id = this.dateToString(new Date())
this.LuRuForm.lrsssq = obj.lrsssq
this.LuRuForm.bcxfry = obj.bcxfry
this.LuRuForm.lrxm = obj.lrxm
// this.LuRuForm.lrsssq = this.userInfo.lrsssq
// this.LuRuForm.bcxfry = this.userInfo.bcxfry
this.LuRuForm.lrxm = this.userInfo.name
this.LuRuForm.organizationId = this.userInfo.organizationId
this.LuRuForm.lrid = this.userInfo.id
console.log('userInfo',this.userInfo)
this.formSubmit()
},
onShow: function() {},