|
|
@@ -998,6 +998,7 @@ export default {
|
|
|
is_custom_fc: 'false',
|
|
|
is_vocabulary_pinyin_lt: 'true',
|
|
|
is_fill_punctuation_mark: 'true',
|
|
|
+ is_fill_space: 'true',
|
|
|
})
|
|
|
.then((res) => {
|
|
|
this.loading = false;
|
|
|
@@ -1216,6 +1217,7 @@ export default {
|
|
|
is_vocabulary_pinyin_lt: 'true',
|
|
|
is_fill_punctuation_mark: 'true',
|
|
|
fc_paragraph_list: saveArr,
|
|
|
+ is_fill_space: 'true',
|
|
|
}).then((res) => {
|
|
|
if (res.status === 1) {
|
|
|
res.paragraph_list.forEach((item, index) => {
|