@@ -495,7 +495,7 @@ const creatingDelegate = async () => {
// return
// }
const { nodeType } = nodeDataInfo.value
- if (nodeType !== 51) {
+ if (nodeType !== 51 && isNullES(form.sampleId)) {
window.$message.warning('请先关联取样材料')
return
}