perf: fix applet host detail org error

This commit is contained in:
ibuler 2025-03-27 19:02:37 +08:00 committed by 老广
parent ce4c09c373
commit 17a1026696

View File

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