Merge branch 'yx_zcwy_0712' into master-0705

This commit is contained in:
nisen
2024-07-29 17:29:27 +08:00

View File

@@ -2494,8 +2494,8 @@ export default {
}; };
const coursePlanRef = ref(); const coursePlanRef = ref();
const openCourse = async (item,key,index) => { const openCourse = async (item,key,index) => {
await apitl.getDraftTask({projectId: item.projectId}).then((item)=>{ await apitl.getDraftTask({projectId: item.projectId}).then((res)=>{
coursePlanRef.value.openDrawer(item.data.data.stageList[index].taskDraftDtoList[key]); coursePlanRef.value.openDrawer(res.data.data.stageList[index].taskDraftDtoList.find(fin=>fin.projectTaskId === item.id));
}) })
} }
const qrCodeItems = ref([]); const qrCodeItems = ref([]);