From 5039da774f109ec3c53cef2b6f7d803d26720e2f Mon Sep 17 00:00:00 2001 From: Germey Date: Fri, 9 Aug 2024 12:42:33 +0800 Subject: [PATCH] Fix type definition when applying application (#98) Co-authored-by: AceDataCloud --- ...acloud-nexior-bc931485-c7fa-437d-aea4-0a0c23cb3ead.json | 7 +++++++ src/components/application/Status.vue | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 change/@acedatacloud-nexior-bc931485-c7fa-437d-aea4-0a0c23cb3ead.json diff --git a/change/@acedatacloud-nexior-bc931485-c7fa-437d-aea4-0a0c23cb3ead.json b/change/@acedatacloud-nexior-bc931485-c7fa-437d-aea4-0a0c23cb3ead.json new file mode 100644 index 00000000..f7c53cde --- /dev/null +++ b/change/@acedatacloud-nexior-bc931485-c7fa-437d-aea4-0a0c23cb3ead.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix type definition", + "packageName": "@acedatacloud/nexior", + "email": "office@acedata.cloud", + "dependentChangeType": "patch" +} diff --git a/src/components/application/Status.vue b/src/components/application/Status.vue index f4b6bc2c..d10087d6 100644 --- a/src/components/application/Status.vue +++ b/src/components/application/Status.vue @@ -142,7 +142,6 @@ export default defineComponent({ onApply() { applicationOperator .create({ - type: IApplicationType.API, service_id: this.service?.id }) .then(({ data: data }: { data: IApplicationDetailResponse }) => {