Parcourir la source

批量删除例句

natasha il y a 1 an
Parent
commit
c31a5d1ac5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/corpus/seekPage.vue

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

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