src/views/crm/saleQuotation/data.ts
@@ -6,7 +6,6 @@ import { z } from '#/adapter/form'; import { getSimpleBusinessList } from '#/api/crm/business'; import { getSimpleContactList } from '#/api/crm/contact'; import { getItemPage } from '#/api/mdm/item'; import { getSimpleUserList } from '#/api/system/user'; import { useUserStore } from '#/packages/stores/src'; import CrmCustomerSelect from '#/components/crm-customer-select.vue';