duy 2 роки тому
батько
коміт
dfdf17af7e

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

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