mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
--fix bug
This commit is contained in:
@@ -98,11 +98,11 @@ const columns = ref([
|
||||
align: "center",
|
||||
},
|
||||
]);
|
||||
watch(taskIndex, () => {
|
||||
if (taskIndex.value >= 0) {
|
||||
rowSelectKeys.value = [];
|
||||
}
|
||||
});
|
||||
// watch(taskIndex, () => {
|
||||
// if (taskIndex.value >= 0) {
|
||||
// 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(',') || '')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user