mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
--fix bug
This commit is contained in:
@@ -98,11 +98,11 @@ const columns = ref([
|
|||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
watch(taskIndex, () => {
|
// watch(taskIndex, () => {
|
||||||
if (taskIndex.value >= 0) {
|
// if (taskIndex.value >= 0) {
|
||||||
rowSelectKeys.value = [];
|
// rowSelectKeys.value = [];
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
|
|
||||||
const selectIds = computed(()=>props.chapterList.flatMap(t=>props.infoType===1?t.taskDraftDtoList:t.draftTaskList)?.filter(s=>s?.type===props.type).map(t=>t.courseId).join(',') || '')
|
const selectIds = computed(()=>props.chapterList.flatMap(t=>props.infoType===1?t.taskDraftDtoList:t.draftTaskList)?.filter(s=>s?.type===props.type).map(t=>t.courseId).join(',') || '')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user