858f51ba by lihua

产品目录保存时传关联字典名称

1 parent 841208d1
...@@ -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) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!