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
327b4853
authored
2023-09-18 16:05:19 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
房屋所有权发起申请列表都单选
1 parent
82578290
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
327b485
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
3 11:19:54
* @LastEditTime: 2023-09-1
8 16:04:40
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -336,9 +336,8 @@
let
refs
=
'table1'
;
if
(
this
.
activeName
==
'dz'
)
{
refs
=
'table'
;
this
.
$refs
[
refs
].
clearSelection
()
}
else
{
}
this
.
$refs
[
refs
].
clearSelection
()
const
bdcdysz
=
this
.
bdcdysz
if
(
bdcdysz
.
length
>
0
)
{
bdcdysz
.
forEach
(
item
=>
{
...
...
Please
register
or
sign in
to post a comment