duy 5 tháng trước cách đây
mục cha
commit
767c69e314
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
     }