This commit is contained in:
2019-04-17 21:50:05 +00:00
parent 1ff1c8d0ea
commit 6bbbc8956c
2 changed files with 37 additions and 6 deletions

View File

@@ -189,8 +189,6 @@ export default {
{
title: this.$gzlocale.get("Save"),
icon: "save",
color: "error",
disabled: true,
key: "save"
},
{
@@ -275,7 +273,14 @@ export default {
alert("STUB: DELETE");
}, //end of remove()
stubTestClick() {
alert("stub test click");
this.$gzevent.$emit("menu-replace-item", {
title: this.$gzlocale.get("Save"),
icon: "save",
color: "error",
disabled: true,
key: "save"
});
// alert("stub test click");
}
}
};