mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
fix:清除案例和测评的测试无用数据和多余consolelog
This commit is contained in:
@@ -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(() => {
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user