Skip to content

Commit

Permalink
- Fixed bug where when changing product, plan did not change when cre…
Browse files Browse the repository at this point in the history
…ating custom instance
  • Loading branch information
639852 committed Aug 5, 2024
1 parent 81f7dae commit a0f04e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/services/custom/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,8 @@ export default {
this.getProducts.addons.forEach(({ meta, key }) => {
if (meta.autoEnable) this.options.addons.push(key)
})

this.plan = this.getProducts.planId
},
'options.period' (value) {
const { title } = this.products[this.options.size]
Expand Down

0 comments on commit a0f04e7

Please sign in to comment.