未验证 提交 ca487426 编写于 作者: qiufeng9862's avatar qiufeng9862 提交者: GitHub

删除之前遗留的console (#2463)

* feat(axiosSuccess): 操作成功后根据传入提示模式进行相应

* fix(axiosRetry): 解决get重试请求返回的headers造成无法成功请求的问题

* fix(axiosRetry): 参数首字母小写

* fix(useDataSource): 解决deleteTableRecord删除树形表格的行记录时,无法删除,无法找到子节点的问题

* feat(useDataSource): 删除之前提交代码遗留的console
上级 2387dcdc
......@@ -187,7 +187,6 @@ export function useDataSource(
return { index: i, data };
}
if (row.children?.length > 0) {
console.log(row.children, i);
const result = findRow(row.children, key);
if (result != null) {
return result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册