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