src/views/scgl/gd.vue
@@ -146,8 +146,8 @@ v-model="radioSelected" :label="row.wo_code" style="color: transparent;padding-left: 10px;" @change.native="getCurrentRow(row.wo_code)" /> <!-- @change.native="getCurrentRow(row.wo_code)"--> </template> </el-table-column> <el-table-column @@ -2581,6 +2581,7 @@ async rowClick(row, event, column) { console.log(row, event, column) console.log(row.wo_code, event, column) this.radioSelected = row.wo_code const { data: res } = await SearchWorkStep({ wo_code: row.wo_code }) this.tableDataDetail = res },