调整tree的引入

This commit is contained in:
aixianling
2023-05-25 15:52:41 +08:00
parent ad8f554ba2
commit 7051b07c8d
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import dict from "./dict"
import dayjs from './monent'
import qs from 'query-string'
import reg from "./regular";
import tree from "./tree";
const confirm = (content, title, config) => {
let ops = {content}
@@ -334,5 +335,6 @@ export default {
}
result.forEach(removeNullChildren)
return result
}
},
tree
}