|
@@ -22,7 +22,8 @@
|
|
path: '/business/teamDetail',
|
|
path: '/business/teamDetail',
|
|
query: {
|
|
query: {
|
|
filter_type: item.errorType,
|
|
filter_type: item.errorType,
|
|
- search: (item.result || []).join(',')
|
|
|
|
|
|
+ search: (item.result || []).join(','),
|
|
|
|
+ organId: search.organId || undefined,
|
|
}
|
|
}
|
|
})"
|
|
})"
|
|
style="width: 100%;color: #303133;"
|
|
style="width: 100%;color: #303133;"
|