ZaiZai 1 년 전
부모
커밋
2465ce46ad
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {