@@ -269,7 +269,7 @@ export default {
this.searchParams.carConflict = this.labels.includes(
"机动车-机动车冲突"
)
- ? "机动车-机动车冲突"
+ ? "机动车-机动车"
: "";
this.refreshList(this.searchParams);
},