File was renamed from src/views/custom/salesLead/index.vue |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import AddSalesLeadDialog from "@/views/custom/salesLead/AddSalesLeadDialog" |
| | | import AddSalesLeadDialog from "@/views/client/salesLead/AddSalesLeadDialog" |
| | | import pageMixin from "@/components/makepager/pager/mixin/pageMixin" |
| | | import ImportFileDialog from "@/views/other/commonDialog/ImportFileDialog" |
| | | import { getSalesLeadsList } from "@/api/custom/salesLead" |
| | | import { getSalesLeadsList } from "@/api/client/salesLead" |
| | | |
| | | export default { |
| | | name: "SalesLead", |