update inbox scree

This commit is contained in:
Rodrigo Quelca
2021-08-20 04:08:57 +00:00
parent 18f39b8db9
commit dfd7588dcb
3 changed files with 7 additions and 737 deletions

View File

@@ -54,7 +54,8 @@ export default {
*/
setTooltip() {
let that = this;
api.menu.getTooltip(that.menuMap[that.data.id]).then((response) => {
debugger;
api.menu.getTooltip(that.data.id).then((response) => {
let key = `tooltip-${that.data.id}`;
that.labelTooltip = response.data.label;
that.$refs[key].$emit("open");