|
@@ -297,7 +297,8 @@ const getReportNumberByContractId = async (cid) => {
|
|
|
projectId:projectId.value,
|
|
|
contractId: contractId.value,
|
|
|
contractIdRelation: cid ?? '',
|
|
|
- firstTitle: tabTypeKey.value === 'query' ? 1: null
|
|
|
+ firstTitle: tabTypeKey.value === 'query' ? 1: null,
|
|
|
+ type:2
|
|
|
})
|
|
|
//处理数据
|
|
|
reportBatch.value = getArrValue(data)
|