style: 移除l部分无用的log输出
This commit is contained in:
@@ -129,7 +129,7 @@ async function fnGetList(reload: boolean = false) {
|
||||
const res = await listAllNeInfo({ bandStatus: true });
|
||||
tableState.data = res.data;
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
console.error(error);
|
||||
tableState.data = [];
|
||||
}
|
||||
tableState.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user