mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
Merge branch 'yx_zcwy_0712' into master-0705
This commit is contained in:
@@ -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([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user