10d37df8 by lihua

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

1 parent e2e92cca
......@@ -493,6 +493,9 @@ const save = () => {
field.orderNum = index;
enNames.push(field.enName);
chNames.push(field.chName);
if (field.dictionaryCode) {
field.dictionaryName = paramsList.value.find(p => p.value == field.dictionaryCode)?.label;
}
index++;
}
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!