|
@@ -80,6 +80,7 @@ let info=ref(null)
|
|
let audioData=ref(null)
|
|
let audioData=ref(null)
|
|
const getChapterReportDetail=async ()=>{
|
|
const getChapterReportDetail=async ()=>{
|
|
console.log(chapterId.value);
|
|
console.log(chapterId.value);
|
|
|
|
+ info.value=null
|
|
const res=await apiChapterDetail({
|
|
const res=await apiChapterDetail({
|
|
report_chapter_id:Number(chapterId.value)
|
|
report_chapter_id:Number(chapterId.value)
|
|
})
|
|
})
|