增加面、集结地、箭头、双箭头绘制和编辑

This commit is contained in:
zh
2025-09-05 18:41:33 +08:00
parent 80f63fcca1
commit 4b0473b928
26 changed files with 1205 additions and 229 deletions

View File

@ -67,7 +67,8 @@ const submitForm = async (formEl: FormInstance | undefined) => {
const add = throttle(async () => {
let parentId = getKeyOfSelectedNode(window.treeObj, 'id')
let fnone = getSelectedNode(window.treeObj)
const res = await TreeApi.addDirectory({
const res:any = await TreeApi.addDirectory({
id: new YJ.Tools().randomString(),
sourceName: form.sourceName,
parentId
})