Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
825e118c
authored
2021-02-03 09:52:53 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表取消选中
1 parent
a62bc25b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/index.vue
View file @
825e118
...
...
@@ -92,6 +92,13 @@
@
click=
"batchUpload"
><i
class=
"iconfont iconshangchuan"
></i>
批量上传
</el-button
>
<el-button
class=
"radioBtn"
label=
"7"
border
@
click=
"batchCancelChoosed"
><i
class=
"iconfont iconshangchuan"
></i>
取消选中
</el-button
>
</div>
</el-col>
</el-row>
...
...
@@ -536,6 +543,23 @@ export default {
this
.
uploadVisible
=
true
}
},
//取消选中
batchCancelChoosed
(){
this
.
cbsmList
=
[];
this
.
bsms
=
[];
this
.
qsztList
=
[];
this
.
$refs
.
lpbContent
.
hbsmList
=
[];
this
.
$refs
.
lpbContent
.
cbsmList
=
[];
this
.
$refs
.
lpbContent
.
choosedList
=
[];
this
.
$refs
.
lpbContent
.
$refs
.
hBsm
.
forEach
((
item
)
=>
{
item
.
style
.
border
=
''
;
item
.
className
=
""
;
});
this
.
$refs
.
lpbContent
.
$refs
.
cBsm
.
forEach
((
item
)
=>
{
item
.
style
.
border
=
''
;
item
.
className
=
""
;
});
},
uploadError
(
err
,
file
,
fileList
)
{
Message
.
error
(
"上传文件失败"
)
console
.
log
(
"上传文件失败"
,
err
)
...
...
Please
register
or
sign in
to post a comment