|
@@ -445,7 +445,7 @@ const creatingDelegate = async () => {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
const { title } = nodeDataInfo.value
|
|
const { title } = nodeDataInfo.value
|
|
- let isCan = (title === '回弹法检测混凝土抗压强度' || title === '路基压实度' || title === '地基承载力' || title === '路基路面弯沉' || title === '锚杆')
|
|
|
|
|
|
+ let isCan = (title === '回弹法检测混凝土抗压强度' || title === '路基压实度' || title === '地基承载力' || title === '路基路面弯沉' || title === '锚杆' || title === '喷射混凝土厚度')
|
|
if (isNullES(form.sampleId) && !isCan ) {
|
|
if (isNullES(form.sampleId) && !isCan ) {
|
|
window.$message.warning('请先关联取样材料')
|
|
window.$message.warning('请先关联取样材料')
|
|
return
|
|
return
|