mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 08:16:46 +08:00
feat:合并
This commit is contained in:
@@ -1590,7 +1590,7 @@ import {
|
||||
list,
|
||||
edit,
|
||||
detail,
|
||||
detailPlan,
|
||||
// detailPlan,
|
||||
handle,
|
||||
deletePlan,
|
||||
planList,
|
||||
@@ -3751,18 +3751,10 @@ export default defineComponent({
|
||||
};
|
||||
|
||||
//编辑开课
|
||||
const handelEditStu = async (itm) => {
|
||||
console.log("编辑开课", itm);
|
||||
const handelEditStu = async (item) => {
|
||||
state.offcourseId = item.offcourseId;
|
||||
state.offcoursePlanId = item.id;
|
||||
|
||||
state.offcourseId = itm.offcourseId;
|
||||
state.offcoursePlanId = itm.id;
|
||||
|
||||
const item = await detailPlan({
|
||||
offcoursePlanId: Number(state.offcoursePlanId),
|
||||
}).then((res) => {
|
||||
if (res.data.code === 200) return res.data.data;
|
||||
});
|
||||
console.log("测评", item);
|
||||
if (item.evaluateId) {
|
||||
api
|
||||
.queryAppraiseDetailById({ assessmentId: item.evaluateId })
|
||||
@@ -3785,7 +3777,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
console.log("res");
|
||||
console.log("获取面授课详情", item);
|
||||
console.log("获取面授课开课详情", item);
|
||||
|
||||
state.xjkkinputV2 = item.address;
|
||||
state.checked1 = item.applyFlag === 1 ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user