feat: 恢复行业字段修改

This commit is contained in:
zdl
2025-12-05 18:53:34 +08:00
parent 2ffb8f9e83
commit 814cc5530c

View File

@@ -348,7 +348,7 @@ const CompactSearchBox = ({
}
const params = buildFilterParams({
industry_code: value?.join(',') || ''
industry_code: value?.[value.length - 1] || ''
});
triggerSearch(params);
};