duy 2 жил өмнө
parent
commit
0a2df18218

+ 2 - 2
src/views/manager/projectinfo/qutediaolog/relation.vue

@@ -252,9 +252,9 @@ export default {
                     console.log(node.id,'node.id');
                     console.log(this.GLExcelFrom.id,'this.GLExcelFrom.id');
                     const { data: res } = await savelinktableInfo({
-                    linkids: node.id,
+                    exceTabId: node.id,
                     tabId: this.GLExcelFrom.id,
-                    type:3
+                   
                     });
                     console.log(res);
                     if (res.code === 200) {