disable optimization request btn if already sent
This commit is contained in:
parent
77a0a42606
commit
c73b9d671b
7 changed files with 114 additions and 81 deletions
|
|
@ -68,11 +68,11 @@
|
|||
/>
|
||||
</template>
|
||||
<script setup>
|
||||
import { storeToRefs } from "pinia";
|
||||
import { usePageStore } from "../stores/page";
|
||||
import OptimizationRequestDialog from "../components/design-to-light/OptimizationRequestDialog.vue";
|
||||
import ProjectRequestDialog from "../components/ProjectRequestDialog.vue";
|
||||
import { computed, ref } from "vue";
|
||||
import { storeToRefs } from 'pinia';
|
||||
import { usePageStore } from '../stores/page';
|
||||
import OptimizationRequestDialog from '../components/design-to-light/OptimizationRequestDialog.vue';
|
||||
import ProjectRequestDialog from '../components/ProjectRequestDialog.vue';
|
||||
import { computed, ref } from 'vue';
|
||||
|
||||
const { page } = storeToRefs(usePageStore());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue