Explorar el Código

试验表单现在修改

duy hace 4 meses
padre
commit
7f202545f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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