src/views/StandardOrderManage/components/AddOrEditServicesManageView.vue
@@ -249,7 +249,9 @@ operationBtnMap, }); const { proTableProps: enterpriseProTableProps } = useGetEnterprises(); const { getList: getSuppliers, proTableProps: enterpriseProTableProps } = useGetEnterprises({ type: EnumEnterpriseType.Supplier, }); const form = reactive({ id: '', @@ -459,6 +461,10 @@ name: 'ServicesManage', }); } onMounted(async () => { await getSuppliers(); }); </script> <style lang="scss" scoped>