|
@@ -494,10 +494,10 @@ const leadModal = ()=>{
|
|
|
window.$message.warning('请先选择左侧节点')
|
|
|
return
|
|
|
}
|
|
|
- if (checkTreeLevel.value > 3) {
|
|
|
- window.$message.warning('只能从前三层节点开始导入,操作失败')
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (checkTreeLevel.value > 3) {
|
|
|
+ // window.$message.warning('只能从前三层节点开始导入,操作失败')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
leadModalShow.value = true
|
|
|
}
|
|
|
const handleFileDUcess = (res)=>{
|