This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user