+
-
+
+
+
+
@@ -61,43 +67,13 @@
:name="'value' + index"
:value="param.value"
@change="
- $store.commit('setValueParams', {
- index,
+ updateParam(index, {
+ key: param.key,
value: $event.target.value,
+ active: param.active,
})
"
/>
-
-
-
-
-
@@ -128,7 +105,7 @@
v-tippy="{ theme: 'tooltip' }"
:title="$t('delete')"
icon="delete"
- @click.native="removeRequestParam(index)"
+ @click.native="deleteParam(index)"
/>
@@ -136,36 +113,56 @@