Browse Source

批量删除例句

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

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

@@ -1425,7 +1425,7 @@ export default {
       this.loading = true;
       this.loading = true;
       let Mname = 'book-courseware_manager-DeleteWordExampleSentence';
       let Mname = 'book-courseware_manager-DeleteWordExampleSentence';
       BookgetContent(Mname, {
       BookgetContent(Mname, {
-        sentence_id: this.selectDelLijuIds[0],
+        sentence_id_list: this.selectDelLijuIds,
       })
       })
         .then((res) => {
         .then((res) => {
           this.loading = false;
           this.loading = false;