This commit is contained in:
sjl
2026-01-06 08:35:36 +08:00
parent fd09e24cf0
commit cb19fef4c6
88 changed files with 117 additions and 135 deletions

View File

@@ -83,7 +83,7 @@ const cycle = [
{ value: '3', label: '年' }
]
const changeTree = (row: any) => {
console.log("🚀 ~ changeTree ~ row:", row)
// console.log("🚀 ~ changeTree ~ row:", row)
TreeList.value = row
if (title.value == '修改算法') {
if (row.level != 4) {

View File

@@ -81,7 +81,7 @@ onMounted(() => {
const urlKey=ref('')
const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
const handleNodeClick = (data: any, node: any) => {
console.log("🚀 ~ handleNodeClick ~ data:", data)
// console.log("🚀 ~ handleNodeClick ~ data:", data)
dotList.value = data
url.value = ''
flag.value = false