Pārlūkot izejas kodu

批量删除例句

natasha 1 gadu atpakaļ
vecāks
revīzija
c31a5d1ac5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;