Ver código fonte

锅炉未显示上传整改材料相关按钮

xy 2 semanas atrás
pai
commit
b2d05f5161

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/boilerchecker/components/StatusOperationPanel.vue

@@ -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) {