ZaiZai 11 月之前
父节点
当前提交
ca684d2661
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 1
      public/version.json
  2. 2 1
      src/views/tentative/material/sampling.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240910172052"
+  "value": "20240911170536"
 }

+ 2 - 1
src/views/tentative/material/sampling.vue

@@ -835,10 +835,11 @@ const delegateContractChange = async () => {
 
 //获取委托数据
 const getDelegateDataInfo = async () => {
+    const { erTreeId } = nodeDataInfo.value
     const { error, code, msg, data } = await samplingApi.getBussDataInfoTrialEntrust({
         id: entrustId.value,
         sampleId: editHtmlId.value,
-        pkeyId: nodeErTreeId.value,
+        pkeyId: erTreeId,
         contractId: delegateContractId.value,
     })
     if (!error && code === 200) {