Explorar el Código

关联工程部位记录id修改

duy hace 2 años
padre
commit
3781107967
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/tentative/detect/test-form.vue

+ 1 - 1
src/views/tentative/detect/test-form.vue

@@ -323,7 +323,7 @@ const getContractInfoTreeApi = async () => {
         projectId: projectId.value,
         contractId: contractId.value,
         wbsId: projectInfo?.value.referenceWbsTemplateId,
-        selfId:checkTabId.value
+        selfId:dataId
     })
     //判断状态
     if (!error && code === 200) {