mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
fix:清除案例和测评的测试无用数据和多余consolelog
This commit is contained in:
@@ -1988,11 +1988,9 @@ export default {
|
||||
|
||||
//打开测评的弹窗
|
||||
const showEditEvalDrawer = (id, eleId) => {
|
||||
console.log("222222222222222222222", id);
|
||||
state.addevalvisible = true;
|
||||
state.projectTaskId = eleId;
|
||||
state.EditRefId = id;
|
||||
console.log(state.EditRefId);
|
||||
state.EditEvalId = id;
|
||||
};
|
||||
//编辑的按钮
|
||||
const decideType = (type, id, eleId) => {
|
||||
@@ -2020,6 +2018,8 @@ export default {
|
||||
showDrawerOnline(id, eleId);
|
||||
} else if (type == "面授") {
|
||||
showDrawerFaceteach(id, eleId);
|
||||
} else if (type == "案例") {
|
||||
showDrawerAddCase(id, eleId);
|
||||
}
|
||||
};
|
||||
const showdeAll = () => {
|
||||
|
||||
Reference in New Issue
Block a user