TaleLin / lin-cms-vue

🔆 Vue+ElementPlus构建的CMS开发框架

Home Page:http://doc.cms.talelin.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setDataValue没起做用,这是为什么

zjl1515987 opened this issue · comments

async getFamily(id) {
const family = await Family.findByPk(id)
family.setDataValue('myid', 11)
return family
}

这个属性怎么都加不上,也没报错,困扰了一天一夜了。