This commit is contained in:
2020-09-16 21:03:55 +00:00
parent 518c2290be
commit 47fd8ed528
3 changed files with 7 additions and 5 deletions

View File

@@ -46,6 +46,7 @@ export default {
helpUrl
) {
window.$gz.store.commit("logItem", "notify-warning: " + msg);
msg = msg.substring(0, 600);
vm.$root.$gznotify({
message: msg,
type: "warning",
@@ -61,6 +62,7 @@ export default {
helpUrl
) {
window.$gz.store.commit("logItem", "notify-info: " + msg);
msg = msg.substring(0, 600);
vm.$root.$gznotify({
message: msg,
type: "info",