|
@@ -427,8 +427,10 @@ const reportBatchData = ref([]) //上报批次
|
|
|
|
|
|
//获取所有填报人
|
|
|
const getFileUser = async () => {
|
|
|
+ const info = nodeDataInfo.value
|
|
|
const { error, code, data } = await queryApi.getFileUser({
|
|
|
- contractId: contractId.value,
|
|
|
+ // contractId: contractId.value,
|
|
|
+ contractId: contractInfo.value?.contractType === 2 ? info?.contractIdRelation : contractId.value,
|
|
|
})
|
|
|
//判断状态
|
|
|
if (!error && code === 200) {
|