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

@@ -339,7 +339,6 @@ export default {
for (let i = 0; i < res.data.data.rows.length; i++) {
state.tabledata.push(res.data.data.rows[i].userInfoBo);
}
ListOpera();
})
.catch(() => {
});