|
@@ -3187,7 +3187,6 @@ const hideTreeNode = async () => {
|
|
}
|
|
}
|
|
|
|
|
|
const loadMenu = ({ node, item, level }, resolve) => {
|
|
const loadMenu = ({ node, item, level }, resolve) => {
|
|
- console.log(contractInfo.value?.contractType)
|
|
|
|
setElTreeMenu(contractInfo.value?.contractType)
|
|
setElTreeMenu(contractInfo.value?.contractType)
|
|
let menusArr = ElTreeMenu.value
|
|
let menusArr = ElTreeMenu.value
|
|
//const { isCustomChild, notExsitChild } = item //isCustomChild===1//代表子级是自定义节点
|
|
//const { isCustomChild, notExsitChild } = item //isCustomChild===1//代表子级是自定义节点
|