Explorar el Código

批量删除例句

natasha hace 1 año
padre
commit
c31a5d1ac5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;