产品目录保存时传关联字典名称
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -493,6 +493,9 @@ const save = () => { | ... | @@ -493,6 +493,9 @@ const save = () => { |
| 493 | field.orderNum = index; | 493 | field.orderNum = index; |
| 494 | enNames.push(field.enName); | 494 | enNames.push(field.enName); |
| 495 | chNames.push(field.chName); | 495 | chNames.push(field.chName); |
| 496 | if (field.dictionaryCode) { | ||
| 497 | field.dictionaryName = paramsList.value.find(p => p.value == field.dictionaryCode)?.label; | ||
| 498 | } | ||
| 496 | index++; | 499 | index++; |
| 497 | } | 500 | } |
| 498 | if (!hasPrimary) { | 501 | if (!hasPrimary) { | ... | ... |
-
Please register or sign in to post a comment