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