c392706d by “miaofang

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents dd012d9c bdef38ab
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-11-16 16:48:57 4 * @LastEditTime: 2024-03-04 14:13:04
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
58 label="选择" 58 label="选择"
59 width="50"> 59 width="50">
60 <template slot-scope="scope"> 60 <template slot-scope="scope">
61 <el-radio v-model="radioVal" @change="handleSelect" @click.native.stop :label="scope.row.bdcdyh">{{''}}</el-radio> 61 <el-radio v-model="radioVal" @change="handleSelect" @click.native.stop :label="scope.row.bhqkbsm">{{''}}</el-radio>
62 </template> 62 </template>
63 </el-table-column> 63 </el-table-column>
64 <el-table-column 64 <el-table-column
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
106 property="syqmj" 106 property="syqmj"
107 label="面积"> 107 label="面积">
108 </el-table-column> 108 </el-table-column>
109 <el-table-column 109 <el-table-column
110 property="qlytmc" 110 property="qlytmc"
111 label="用途"> 111 label="用途">
112 </el-table-column> 112 </el-table-column>
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
287 */ 287 */
288 handleRowClick (row) { 288 handleRowClick (row) {
289 this.queryForm.bhqkbsm = row.bhqkbsm 289 this.queryForm.bhqkbsm = row.bhqkbsm
290 //this.radioVal = row.bdcdyh 290 this.radioVal = row.bhqkbsm
291 //row.bglx = '1' 291 //row.bglx = '1'
292 selectZdjbxxSplitMerge({ ...this.queryForm }).then((res) => { 292 selectZdjbxxSplitMerge({ ...this.queryForm }).then((res) => {
293 this.$endLoading(); 293 this.$endLoading();
......