优化后台界面与无操作退出体验
This commit is contained in:
@@ -870,7 +870,10 @@ watch(previewVisible, (visible) => {
|
||||
}
|
||||
});
|
||||
|
||||
onMounted(() => { loadDetail(); });
|
||||
onMounted(async () => {
|
||||
await loadRoleTemplates();
|
||||
await loadDetail();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user