duy пре 5 месеци
родитељ
комит
767c69e314
1 измењених фајлова са 2 додато и 1 уклоњено
  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
     }