mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 09:56:44 +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 openCourse = async (item,key,index) => {
|
||||
await apitl.getDraftTask({projectId: item.projectId}).then((item)=>{
|
||||
coursePlanRef.value.openDrawer(item.data.data.stageList[index].taskDraftDtoList[key]);
|
||||
await apitl.getDraftTask({projectId: item.projectId}).then((res)=>{
|
||||
coursePlanRef.value.openDrawer(res.data.data.stageList[index].taskDraftDtoList.find(fin=>fin.projectTaskId === item.id));
|
||||
})
|
||||
}
|
||||
const qrCodeItems = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user