ab97072a by renchao@pashanhoo.com

林地使用权

1 parent 3b86e43e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-19 13:35:33
* @LastEditTime: 2024-01-31 13:25:28
-->
<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 {
......