updates for company effects

This commit is contained in:
Casey 2026-01-20 00:58:03 -06:00
parent 98ec082394
commit 7710a7c8fe
22 changed files with 941 additions and 186 deletions

View file

@ -66,7 +66,7 @@ const notifications = useNotificationStore();
const route = useRoute();
const jobIdQuery = computed(() => route.query.jobId || "");
const jobIdQuery = computed(() => route.query.name || "");
const isNew = computed(() => route.query.new === "true");
const tableData = ref([]);