wupengfei
4 天以前 4c18310f9238c35d97c25416d8388cc99bf975b0
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">