mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 06:56:44 +08:00
【销管二次优化需求】 家庭信息关系枚举修改
This commit is contained in:
@@ -330,7 +330,7 @@ export default {
|
||||
}
|
||||
},
|
||||
familyRelationFilter(val) {
|
||||
for (let item of dictionary.relationType) {
|
||||
for (let item of dictionary.agentEenterBasicFamilyRelationType) {
|
||||
if (item.id === val) {
|
||||
return item.text
|
||||
}
|
||||
|
||||
@@ -341,7 +341,7 @@ export default {
|
||||
}
|
||||
},
|
||||
familyRelationFilter(val) {
|
||||
for (let item of dictionary.relationType) {
|
||||
for (let item of dictionary.agentEenterBasicFamilyRelationType) {
|
||||
if (item.id === val) {
|
||||
return item.text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user