7a41d27b by renchao@pashanhoo.com

林地

1 parent ccf8d578
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-19 13:35:33
* @LastEditTime: 2024-01-31 13:27:01
-->
<template>
<div class="from-clues">
......@@ -198,12 +198,14 @@
*/
handleChange () {
let arr = this.tableData.data.filter(item => item.bdcdyid == this.radioVal)
arr[0].bsm = arr[0].zdbsm
this.bdcdysz = arr
},
handleRowClick (row) {
// 如果状态是1,那就是单选
let refs = 'table';
if (this.sqywInfo.sqywdylx == "1") {
row.bsm = row.zdbsm
this.bdcdysz = [row]
this.radioVal = row.bdcdyid
} else {
......