mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 03:26:45 +08:00
取值字段修改
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user