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