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