This commit is contained in:
2019-05-02 20:20:11 +00:00
parent 342b923964
commit 8f926222f9
2 changed files with 1 additions and 7 deletions

View File

@@ -227,12 +227,6 @@ export default {
timeout: 5000
});
});
vm.$gzevent.$on("alert-user-toast", function handlePopupMessage(msg) {
this.$dialog.message.info(msg, {
position: "top-left"
});
});
}
//new functions above here
};