mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-16 12:12:56 -06:00
fix: rabbitmq getData
This commit is contained in:
parent
b1dd5b65c9
commit
07c1f7255a
@ -199,8 +199,8 @@ export default {
|
|||||||
this.instance.instance.instanceName
|
this.instance.instance.instanceName
|
||||||
);
|
);
|
||||||
|
|
||||||
this.chatwootData = Object.assign({}, chatwootData);
|
this.chatwootData = Object.assign({}, chatwootData || {});
|
||||||
this.defaultChatwootData = Object.assign({}, chatwootData);
|
this.defaultChatwootData = Object.assign({}, chatwootData || {});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.error = e.message?.message || e.message || e;
|
this.error = e.message?.message || e.message || e;
|
||||||
} finally {
|
} finally {
|
||||||
|
@ -145,8 +145,10 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
watch: {
|
||||||
this.loadRabbitmq();
|
expanded(val) {
|
||||||
|
if (val) this.loadRabbitmq();
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user