@@ -513,7 +513,6 @@ const syncNodeMoadl = (node)=>{
if (action === 'confirm') {
const { code } = await syncProjectTree({
id:node.data.id,
- associationType: data.associationType,
})
if (code == 200) {
window.$message?.success('同步成功')