b50041c9 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents e0ff8a24 d5523614
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-16 14:10:35
* @LastEditTime: 2024-03-13 10:33:28
-->
<template>
<div class="from-clues">
......@@ -61,7 +61,7 @@
label="选择"
width="50">
<template slot-scope="scope">
<el-radio v-model="radioVal" @change="handleSelect" @click.native.stop :label="scope.row.bdcdyh">{{''}}</el-radio>
<el-radio v-model="radioVal" @change="handleSelect" @click.native.stop :label="scope.row.bhqkbsm">{{''}}</el-radio>
</template>
</el-table-column>
<el-table-column
......@@ -100,6 +100,7 @@
</el-table-column>
<el-table-column
property="qlrmc"
width="160"
label="权利人">
</el-table-column>
<el-table-column
......@@ -129,7 +130,7 @@
<el-table-column
label="操作"
fixed="right"
width="80">
width="60">
<template slot-scope="scope">
<el-button type="text" icon="el-icon-edit-outline" @click="openBook(scope.row)">登记薄</el-button>
</template>
......@@ -301,11 +302,12 @@
* @author: renchao
*/
handleRowClick (row) {
this.queryForm.bhqkbsm = row.bhqkbsm
this.radioVal = row.bhqkbsm
this.queryForm.bhqkbsm = row.bhqkbsm
selectHSplitMerge({ ...this.queryForm }).then((res) => {
this.$endLoading();
if (res.code === 200) {
this.tableData.datastwo = res.result;
this.tableData.datastwo = res.result;
this.bdcdysz = this.tableData.datastwo
}
})
......