File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
aas-web-ui/src/pages/modules/DPPDemo Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 6060<script lang="ts" setup>
6161 import { computed , onMounted , ref , watch } from ' vue' ;
6262 import { useReferableUtils } from ' @/composables/AAS/ReferableUtils' ;
63- import { useSMHandling } from ' @/composables/AAS/SMHandling' ;
6463 import { useSMEFile } from ' @/composables/AAS/SubmodelElements/File' ;
6564 import { useSME } from ' @/composables/AAS/SubmodelElements/SubmodelElement' ;
6665 import { useContactInformation_v1_0Utils } from ' @/composables/AAS/SubmodelTemplates/ContactInformation_v1_0Utils' ;
8685 const aasStore = useAASStore ();
8786 const { resolveSubmodelBySemanticId } = useDppSubmodelResolver ();
8887 const { getSubmodelElementByIdShort, checkIdShort, nameToDisplay } = useReferableUtils ();
89- const { setData } = useSMHandling ();
9088 const { hasValue, valueToDisplay } = useSME ();
9189 const { valueBlob } = useSMEFile ();
9290 const { determineAddress, getTypeOfEmailAddress, getTypeOfFaxNumber, getTypeOfTelephone } =
140138 return ;
141139 }
142140
143- nameplateSubmodel .value = await setData ({ ... resolvedNameplate }, resolvedNameplate . path ) ;
141+ nameplateSubmodel .value = resolvedNameplate as NameplateSubmodel ;
144142
145143 extractRows ();
146144 await extractLogo ();
You can’t perform that action at this time.
0 commit comments