소스 검색

关联清表参数修改

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