ZaiZai пре 10 месеци
родитељ
комит
a27ec03054
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/components/tree/hc-tree.vue

+ 0 - 1
src/components/tree/hc-tree.vue

@@ -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('同步成功')