bug处理

This commit is contained in:
2026-07-13 23:01:49 +08:00
parent aed2535ab2
commit 7abe158dbb
12 changed files with 403 additions and 36 deletions
+4 -2
View File
@@ -76,7 +76,8 @@
:categoryIds="step2CategoryIds"
:maxSelect="3"
:level="3"
:allowParentSelect="true"
:allowParentSelect="false"
:allowParentSelectClick="true"
:triggerStyle="prefFilterTriggerStyle"
:displayStyle="prefFilterDisplayStyle"
@update:categoryIds="onStep2CategoryChange"
@@ -86,7 +87,8 @@
:industryIds="step2IndustryIds"
:maxSelect="3"
:level="2"
:allowParentSelect="true"
:allowParentSelect="false"
:allowParentSelectClick="true"
:triggerStyle="prefFilterTriggerStyle"
:displayStyle="prefFilterDisplayStyle"
@update:industryIds="onStep2IndustryChange"