ZaiZai 11 hónapja
szülő
commit
ca684d2661
2 módosított fájl, 3 hozzáadás és 2 törlés
  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) {