duy hace 5 meses
padre
commit
767c69e314
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/data-fill/query.vue

+ 2 - 1
src/views/data-fill/query.vue

@@ -430,7 +430,8 @@ const reportBatchData = ref([]) //上报批次
 //获取所有填报人
 const getFileUser = async () => {
     const info = nodeDataInfo.value
-    if (!info) {
+   
+    if (!info || !info?.contractIdRelation) {
         window.$message?.warning('请先点击左侧节点')
         return
     }