refactor: refs #6837 move travel search like other sections #243
|
@ -18,12 +18,6 @@ const router = useRouter();
|
|||
const { t } = useI18n();
|
||||
const stateStore = useStateStore();
|
||||
const { viewSummary } = useSummaryDialog();
|
||||
const props = defineProps({
|
||||
dataKey: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
});
|
||||
|
||||
const warehouses = ref([]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue