Преглед на файлове

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

xy преди 2 седмици
родител
ревизия
b2d05f5161
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      yudao-ui-admin-vue3/src/views/pressure2/boilerchecker/components/StatusOperationPanel.vue

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