Bläddra i källkod

文件收集,同步

ZaiZai 10 månader sedan
förälder
incheckning
a27ec03054
1 ändrade filer med 0 tillägg och 1 borttagningar
  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('同步成功')