|
@@ -1830,6 +1830,7 @@ const handleGetOperationReportAuditList = async () => {
|
|
|
pageNo: operationReportPageNo.value,
|
|
pageNo: operationReportPageNo.value,
|
|
|
pageSize: operationReportPageSize.value,
|
|
pageSize: operationReportPageSize.value,
|
|
|
orderId: route.query.id,
|
|
orderId: route.query.id,
|
|
|
|
|
+ notShowEndPlan: 1,
|
|
|
// notStatusList: 200,
|
|
// notStatusList: 200,
|
|
|
})
|
|
})
|
|
|
supportingDocsAuditDataList.value = auditListResult.list.filter(item => {
|
|
supportingDocsAuditDataList.value = auditListResult.list.filter(item => {
|