perf: fix applet host detail org error

This commit is contained in:
ibuler 2025-03-27 19:02:37 +08:00 committed by Bryan
parent c1fda10620
commit c9c2a37f30

View File

@ -57,6 +57,9 @@ export default {
}
}
},
mounted() {
this.$store.dispatch('users/enterSettingOrg')
},
methods: {
handleUpload(res) {
this.$refs.CardTable.reloadTable()