diff --git a/src/pages/Item/ItemFixedPrice.vue b/src/pages/Item/ItemFixedPrice.vue index 932567af2..53d300a3b 100644 --- a/src/pages/Item/ItemFixedPrice.vue +++ b/src/pages/Item/ItemFixedPrice.vue @@ -35,6 +35,7 @@ const editTableCellDialogRef = ref(null); const user = state.getUser(); const fixedPrices = ref([]); const warehousesOptions = ref([]); +const hasSelectedRows = computed(() => rowsSelected.value.length > 0); const rowsSelected = ref([]); const itemFixedPriceFilterRef = ref(); @@ -368,9 +369,9 @@ function handleOnDataSave({ CrudModelRef }) { -