We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当调用setProperties方法时,更新对象数据 , 原数据对象: properties:{ name: '张三', userId: '339579392646713355', userText:'用户' }
希望更新的数据对象: properties:{ name: '张三', userId: '340547697469558799', userText:'用户' }
调用lf.setProperties(),userId没有更新还是原来那个
The text was updated successfully, but these errors were encountered:
你好,我这边没有复现,最好提供个最小复现示例
Sorry, something went wrong.
是vue2更新对象的问题
@Oct16th-Lcs 请问老哥如何解决的,我这边也出现了同样的问题
@linlinNB 我的是因为异步更新的问题,改成同步就行,原来临时的解决方案是点确定关闭弹窗之后单独给需要更新的字段setProperties一下
No branches or pull requests
问题描述
当调用setProperties方法时,更新对象数据 ,
原数据对象:
properties:{
name: '张三',
userId: '339579392646713355',
userText:'用户'
}
希望更新的数据对象:
properties:{
name: '张三',
userId: '340547697469558799',
userText:'用户'
}
调用lf.setProperties(),userId没有更新还是原来那个
The text was updated successfully, but these errors were encountered: