|
@@ -1435,10 +1435,9 @@ export default {
|
|
new_word: {
|
|
new_word: {
|
|
new_word: this.actvieEditLijuItem.new_word,
|
|
new_word: this.actvieEditLijuItem.new_word,
|
|
cixing: this.actvieEditLijuItem.cixing,
|
|
cixing: this.actvieEditLijuItem.cixing,
|
|
- source_path: this.actvieEditLijuItem.source_path,
|
|
|
|
definition_list: this.actvieEditLijuItem.definition_list.split('\n'),
|
|
definition_list: this.actvieEditLijuItem.definition_list.split('\n'),
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+ source_path: this.actvieEditLijuItem.source_path,
|
|
word_list: word_list,
|
|
word_list: word_list,
|
|
})
|
|
})
|
|
.then((res) => {
|
|
.then((res) => {
|