fix(character-banner): 배너 등록 다이얼로그에서 언어 기본값을 한국어(ko)로 설정
This commit is contained in:
@@ -315,7 +315,7 @@ export default {
|
|||||||
imageUrl: '',
|
imageUrl: '',
|
||||||
characterId: null,
|
characterId: null,
|
||||||
bannerId: null,
|
bannerId: null,
|
||||||
lang: null
|
lang: 'ko'
|
||||||
},
|
},
|
||||||
languageOptions: [
|
languageOptions: [
|
||||||
{ text: '한국어', value: 'ko' },
|
{ text: '한국어', value: 'ko' },
|
||||||
@@ -412,7 +412,7 @@ export default {
|
|||||||
imageUrl: '',
|
imageUrl: '',
|
||||||
characterId: null,
|
characterId: null,
|
||||||
bannerId: null,
|
bannerId: null,
|
||||||
lang: null
|
lang: 'ko'
|
||||||
};
|
};
|
||||||
this.previewImage = null;
|
this.previewImage = null;
|
||||||
this.searchKeyword = '';
|
this.searchKeyword = '';
|
||||||
@@ -451,7 +451,7 @@ export default {
|
|||||||
imageUrl: '',
|
imageUrl: '',
|
||||||
characterId: null,
|
characterId: null,
|
||||||
bannerId: null,
|
bannerId: null,
|
||||||
lang: null
|
lang: 'ko'
|
||||||
};
|
};
|
||||||
this.previewImage = null;
|
this.previewImage = null;
|
||||||
this.searchKeyword = '';
|
this.searchKeyword = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user