fix: 修复表格产品类型显示

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-12 18:50:48 +08:00
parent c8e7f0f6ad
commit fc02085b9a

View File

@ -104,7 +104,7 @@ const pointOptionsMap = computed(() => {
});
const productOptionsMap = computed(() => {
return toObject(
GridApi.formApi.getFieldComponentRef('productId')?.getOptions() ?? [],
GridApi.formApi.getFieldComponentRef('productIds')?.getOptions() ?? [],
'value',
'label',
);