This commit is contained in:
2020-02-25 23:32:05 +00:00
parent 5482ef30cd
commit 9dda20a7c2
7 changed files with 6 additions and 77 deletions

View File

@@ -210,7 +210,6 @@ export default {
this.$store.state.formCustomTemplate[this.formKey],
["dataKey", dataKey]
).type;
//console.log("Field with datakey " + dataKey + " is of type " + ctrlType);
//First get current value for the data that came from the server
var ret = cData[dataKey];