From a0f04e77b188d429d5f90f60ebc53a71e99341a0 Mon Sep 17 00:00:00 2001 From: 639852 Date: Mon, 5 Aug 2024 17:53:25 +0400 Subject: [PATCH] - Fixed bug where when changing product, plan did not change when creating custom instance --- src/components/services/custom/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/services/custom/index.vue b/src/components/services/custom/index.vue index 8ee4c1d9..c3edf117 100644 --- a/src/components/services/custom/index.vue +++ b/src/components/services/custom/index.vue @@ -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]