fix: refs #8083 drop useless code
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
33ee1ea01b
commit
4e31566ddd
|
@ -26,7 +26,6 @@ const { openConfirmationModal } = useVnConfirm();
|
||||||
const newTicketDialogRef = ref(null);
|
const newTicketDialogRef = ref(null);
|
||||||
const logsTableDialogRef = ref(null);
|
const logsTableDialogRef = ref(null);
|
||||||
const vnTableRef = ref();
|
const vnTableRef = ref();
|
||||||
const btnSelectRef = ref();
|
|
||||||
const expeditionsLogsData = ref([]);
|
const expeditionsLogsData = ref([]);
|
||||||
const selectedExpeditions = ref([]);
|
const selectedExpeditions = ref([]);
|
||||||
const allColumnNames = ref([]);
|
const allColumnNames = ref([]);
|
||||||
|
@ -220,7 +219,6 @@ onUnmounted(() => (stateStore.rightDrawer = false));
|
||||||
<template #st-actions>
|
<template #st-actions>
|
||||||
<QBtnGroup push class="q-gutter-x-sm" flat>
|
<QBtnGroup push class="q-gutter-x-sm" flat>
|
||||||
<VnBtnSelect
|
<VnBtnSelect
|
||||||
ref="btnSelectRef"
|
|
||||||
:disable="!hasSelectedRows"
|
:disable="!hasSelectedRows"
|
||||||
color="primary"
|
color="primary"
|
||||||
:label="t('globals.changeState')"
|
:label="t('globals.changeState')"
|
||||||
|
|
Loading…
Reference in New Issue