取值字段修改

This commit is contained in:
mengxiaolong
2021-01-20 14:55:07 +08:00
parent 273cbeb014
commit c829041860
2 changed files with 2 additions and 2 deletions

View File

@@ -1122,7 +1122,7 @@ export default {
// 婚姻状况处理: 使用computed/watch可能会出现检测不到的情况
for (let status of DataDictionary.marriage) {
if (status.text === this.userInfo.marryStatus) {
if (status.text === this.userInfo.marriageStatus) {
this.userInfo.marriage = status.id
}
}

View File

@@ -1393,7 +1393,7 @@ export default {
// 婚姻状况处理: 使用computed/watch可能会出现检测不到的情况
for (let status of DataDictionary.marriage) {
if (status.text === this.userInfo.marryStatus) {
if (status.text === this.userInfo.marriageStatus) {
this.userInfo.marriage = status.id
}
}