@@ -87,6 +87,10 @@ export default {
(this.serviceCategoryListData.find(item => item.id == row?.bigId)?.children || []).find(
item => item.id == val
)?.name || ''
+ row.imgUrl =
+ (this.serviceCategoryListData.find(item => item.id == row?.bigId)?.children || []).find(
+ item => item.id == val
+ )?.imgUrl || ''
row.productId = ''
row.productName = ''
row.num = ''