test #101

Merged
klaus merged 7 commits from test into main 2026-05-07 06:49:41 +00:00
Showing only changes of commit e7c95ab91b - Show all commits

View File

@@ -550,7 +550,10 @@ export default {
is_settlement_ratio_deleted: false,
settlement_ratio: "",
};
await this.getAudioContentThemeList();
// ADMIN 권한일 때만 테마 리스트 조회
if (this.isAdmin) {
await this.getAudioContentThemeList();
}
await this.getAudioContent();
},