This commit is contained in:
sjl
2025-01-16 16:32:06 +08:00
parent a75e964adc
commit fe1bb04922
5 changed files with 22 additions and 13 deletions

View File

@@ -496,7 +496,7 @@ onUnmounted(() => {
})
const handleBatchGenerate = async () => {
console.log('批量生成按钮被点击了');
// console.log('批量生成按钮被点击了');
// 在这里添加其他逻辑,比如显示对话框、更新状态等
await initPlan()
treeRef.value.clickTableToTree(planList.value.data,currentId.value)