diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index ca6599ed..d34002f7 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -57,7 +57,6 @@ import { } from 'src/pages/03_customer-management/constant'; import { precisionRound } from 'src/utils/arithmetic'; import { useConfigStore } from 'src/stores/config'; -import { getName } from 'src/services/keycloak'; // defineProps<{ // readonly?: boolean;