【销管二次优化需求】 家庭信息关系枚举修改

This commit is contained in:
dwq
2021-07-27 16:07:50 +08:00
parent 6757fba3d9
commit a1ed6c1c59
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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
}