Explorar o código

关联取样判断修改

duy hai 1 mes
pai
achega
816ab6a3c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/tentative/detect/commission.vue

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

@@ -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
     }