This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
|||||||
if (this.label) {
|
if (this.label) {
|
||||||
return this.label;
|
return this.label;
|
||||||
}
|
}
|
||||||
return $ay.t("Tags");
|
return this.$ay.t("Tags");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -469,7 +469,7 @@ export default {
|
|||||||
//NOTE: will not cause a page re-render, almost nothing does unless forced with a KEY property or using router.GO()
|
//NOTE: will not cause a page re-render, almost nothing does unless forced with a KEY property or using router.GO()
|
||||||
|
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "adm-user",
|
name: "home-notify-subscription",
|
||||||
params: {
|
params: {
|
||||||
recordid: res.data.id,
|
recordid: res.data.id,
|
||||||
obj: res.data //Pass data object to new form
|
obj: res.data //Pass data object to new form
|
||||||
|
|||||||
Reference in New Issue
Block a user