|
|
@@ -1347,7 +1347,7 @@ const rectificationStatusMap = reactive({
|
|
|
const getReportAuditInfo = async () => {
|
|
|
if (props.selectedItem?.reportType === PressureReportType['SUGGUESTION']) {
|
|
|
const res = await BoilerTaskOrderApi.exportCheckBookDetail({
|
|
|
- id: props.taskId
|
|
|
+ id: props.selectedItem?.id
|
|
|
})
|
|
|
console.log(res, '查询检验意见通知书详细信息')
|
|
|
if (res) {
|