This commit is contained in:
2020-02-24 22:48:55 +00:00
parent 1090ddce92
commit bc9804eb64
3 changed files with 50 additions and 40 deletions

View File

@@ -371,9 +371,9 @@ export default {
this.$router.push({
name: "ay-data-list-view",
params: {
listViewId: this.listViewId,
dataListKey: this.dataListKey,
formKey: this.formKey
formKey: this.formKey,
listViewId: this.listViewId
}
});
},