fix:【ele】【mall】商品列表的“商品分类”不展示的问题,对应 https://t.zsxq.com/JCOWV
parent
0f864b22c1
commit
bc654c9d45
|
|
@ -32,7 +32,9 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||||
componentProps: {
|
componentProps: {
|
||||||
placeholder: '请选择商品分类',
|
placeholder: '请选择商品分类',
|
||||||
clearable: true,
|
clearable: true,
|
||||||
options: categoryList,
|
api: async () => {
|
||||||
|
return categoryList;
|
||||||
|
},
|
||||||
labelField: 'name',
|
labelField: 'name',
|
||||||
valueField: 'id',
|
valueField: 'id',
|
||||||
childrenField: 'children',
|
childrenField: 'children',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue