修复歌单标签翻译读取bug

pull/166/head
lyswhut 2020-02-19 21:51:41 +08:00
parent d2556fed20
commit 66d2f0d550
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ export default {
handleClick(item) { handleClick(item) {
if (!item) { if (!item) {
item = { item = {
name: this.$t('material.tab_list.default'), name: this.$t('material.tag_list.default'),
id: null, id: null,
} }
} }

View File

@ -60,7 +60,7 @@ export default {
data() { data() {
return { return {
tagInfo: { tagInfo: {
name: '默认', name: this.$t('material.tag_list.default'),
id: null, id: null,
}, },
sortId: undefined, sortId: undefined,