fix: 修复表格产品类型显示
This commit is contained in:
parent
c8e7f0f6ad
commit
fc02085b9a
@ -104,7 +104,7 @@ const pointOptionsMap = computed(() => {
|
|||||||
});
|
});
|
||||||
const productOptionsMap = computed(() => {
|
const productOptionsMap = computed(() => {
|
||||||
return toObject(
|
return toObject(
|
||||||
GridApi.formApi.getFieldComponentRef('productId')?.getOptions() ?? [],
|
GridApi.formApi.getFieldComponentRef('productIds')?.getOptions() ?? [],
|
||||||
'value',
|
'value',
|
||||||
'label',
|
'label',
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user