xy 1 주 전
부모
커밋
e1e34dbd2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yudao-ui-admin-vue3/src/views/pressure2/boilerReportPreparationList/index.vue

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/boilerReportPreparationList/index.vue

@@ -278,7 +278,7 @@
       <el-table-column label="操作" align="center" min-width="150px" fixed="right">
         <template #default="scope">
           <div class="flex flex-col gap-1">
-            <el-button link type="primary" @click="handleEdit(scope.row.id)"> 编制报告 </el-button>
+            <el-button link type="primary" @click="handleEdit(scope.row)"> 编制报告 </el-button>
           </div>
         </template>
       </el-table-column>