mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:47:08 +00:00
@@ -375,7 +375,7 @@ export default {
|
||||
if (item.sequence == number) return true;
|
||||
|
||||
if (search.length > 3) {
|
||||
const searchShots = [ "fsp", "lsp", "fsp_final", "lsp_final" ].some( k =>
|
||||
const searchShots = [ "line", "fsp", "lsp", "fsp_final", "lsp_final" ].some( k =>
|
||||
item[k] == number
|
||||
);
|
||||
if (searchShots) return true;
|
||||
|
||||
Reference in New Issue
Block a user