wupengfei
3 天以前 08d81d3eaf6e8c86fb4c21089df179879ff67fe5
apps/cMiniApp/src/subpackages/task/components/CompanyInfo.vue
@@ -50,11 +50,15 @@
type Props = {
  enterpriseId?: string;
  supplierEnterpriseId?: string;
};
const props = withDefaults(defineProps<Props>(), {});
const { enterpriseDetail } = useEnterpriseDetail({ id: toRef(props, 'enterpriseId') });
const { enterpriseDetail } = useEnterpriseDetail({
  id: toRef(props, 'enterpriseId'),
  supplierEnterpriseId: toRef(props, 'supplierEnterpriseId'),
});
</script>
<style lang="scss">