🔃Add unction getCurrentNodeParameters to get currents parameters in loading function

This commit is contained in:
BenoitTallandier
2019-10-20 20:55:49 +02:00
parent 94d91ff9e8
commit 02a7d92fc1
7 changed files with 39 additions and 9 deletions

View File

@@ -157,8 +157,8 @@ export const restApi = Vue.extend({
nodeType,
methodName,
credentials,
currentNodeParameters : this.$store.getters.activeNode.parameters,
};
return self.restApi().makeRestApiRequest('GET', '/node-parameter-options', sendData);
},