Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0ee4a321
authored
2023-08-10 16:32:11 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
集体建设用地使用权/房屋所有权的多幢单选
1 parent
c1566b3a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
0ee4a32
...
...
@@ -354,8 +354,8 @@
* @author: renchao
*/
handleRowClick
(
row
)
{
//
如果状态是1,那就是
单选
if
(
this
.
sqywInfo
.
sqywdylx
==
"1"
)
{
//
自然幢多选,多幢
单选
if
(
this
.
activeName
==
'dz'
)
{
const
bdcdysz
=
this
.
bdcdysz
this
.
$refs
.
table
.
clearSelection
()
if
(
bdcdysz
.
length
==
1
)
{
...
...
Please
register
or
sign in
to post a comment