Browse Source

来源路径

natasha 1 year ago
parent
commit
9dd4cddbb2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/corpus/seekPage.vue

+ 1 - 2
src/views/corpus/seekPage.vue

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