Explorar o código

关联清表参数修改

duy %!s(int64=2) %!d(string=hai) anos
pai
achega
dfdf17af7e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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) {