浏览代码

试验表单现在修改

duy 4 月之前
父节点
当前提交
7f202545f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/tentative/detect/commission.vue

+ 1 - 1
src/views/tentative/detect/commission.vue

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