瀏覽代碼

关联清表参数修改

duy 2 年之前
父節點
當前提交
dfdf17af7e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/manager/projectinfo/qutediaolog/relation.vue

+ 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) {