perf: 清理测试输出

This commit is contained in:
2025-01-02 11:15:39 +08:00
parent 0df937a933
commit 7cbca0ee87
7 changed files with 7 additions and 13 deletions

View File

@@ -44,7 +44,6 @@ const getRoleList = async () => {
method: "POST",
body: JSON.stringify(params)
});
console.log(data);
/* tableData.value = data.data.records;
total.value = data.data.total; */