fix:清除案例和测评的测试无用数据和多余consolelog

This commit is contained in:
Ggysh-7
2022-11-25 07:21:58 +08:00
parent 18904331a2
commit dd67df4f0b
9 changed files with 51 additions and 182 deletions

View File

@@ -254,6 +254,7 @@ export default {
.queryExaminationPaper(obj)
.then((res) => {
getTableDate(res.data.data);
message.success("获取选择考试列表成功");
})
.catch(() => {
message.destroy();