ZaiZai 1 gadu atpakaļ
vecāks
revīzija
2465ce46ad
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/views/tentative/material/sampling.vue

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

@@ -846,6 +846,7 @@ const getCheckSample = async () => {
         sampleId: editHtmlId.value,
         contractId: delegateContractId.value,
     })
+    //如果是200,说明没有关联,可以委托
     if (!error && code === 200) {
         return true
     } else {