lex-xin преди 11 месеца
родител
ревизия
978e3de135
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/coursewarePlay/index.tsx

+ 1 - 1
src/views/coursewarePlay/index.tsx

@@ -1211,7 +1211,7 @@ export default defineComponent({
                 return
               }
               data.currentId = item.id;
-              const n = await getDetail(item.id);
+              const n = await getDetail("", item.id);
               const s = await getRefLevel(item.id);
               if(n && s) {
                 popupData.coursewareOpen = false;