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