fix:修复商品列表‘商品类别’显示错误

This commit is contained in:
hufflzp 2025-12-31 11:46:00 +08:00
parent 68cbfe3bc1
commit 31e9e0dd35

View File

@ -23,6 +23,7 @@
label: 'category_name', label: 'category_name',
value: 'category_id', value: 'category_id',
children: 'sub', children: 'sub',
checkStrictly: true
}" }"
:style="{ width: '90%' }" :style="{ width: '90%' }"
@change="onCategoryChange" @change="onCategoryChange"