xy 1 Minggu lalu
induk
melakukan
e1e34dbd2b

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