feat:合并

This commit is contained in:
lixg
2023-02-13 20:42:19 +08:00
8 changed files with 207 additions and 350 deletions

View File

@@ -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;