fix:修改考试默认值

This commit is contained in:
lixg
2022-12-21 15:24:46 +08:00
parent b62eb3ae33
commit f5c58602c4
2 changed files with 824 additions and 719 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -236,7 +236,7 @@ export default {
.choiceEvaluation(objael)
.then((res) => {
state.tableDataTotal = 9;
console.log("测评列表", res.data.data);
// console.log("测评列表", res.data.data);
getTableDataList(res.data.data);
})
.catch(() => {});