Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 952664e7
authored
Feb 25, 2025
by
李乾广
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据重跑 广场选择增加全选
1 parent
1f4041da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
src/views/DataRerun/DataRerun.vue
src/views/DataRerun/DataRerun.vue
View file @
952664e
...
...
@@ -29,6 +29,16 @@
optionFilterProp=
"label"
show-search
>
<template
#
dropdownRender=
"
{ menuNode: menu }">
<v-nodes
:vnodes=
"menu"
/>
<a-divider
style=
"margin: 4px 0"
/>
<div
@
mousedown=
"e => e.preventDefault()"
>
<a-button
@
click=
"selectPlazaAll()"
type=
"link"
>
全选
</a-button>
<a-button
@
click=
"clearPlazaAll()"
type=
"link"
>
清空
</a-button>
</div>
</
template
>
</a-select>
</a-form-item>
<a-form-item
label=
"数据类型:"
>
...
...
@@ -376,6 +386,16 @@ export default {
const
clearAll
=
function
()
{
queryForm
.
scheduleTypeList
=
[]
}
// 广场全选清空
const
selectPlazaAll
=
function
()
{
queryForm
.
plaza_id
=
[]
for
(
const
one
in
plazaList
.
value
){
queryForm
.
plaza_id
.
push
(
plazaList
.
value
[
one
].
value
)
}
}
const
clearPlazaAll
=
function
()
{
queryForm
.
plaza_id
=
[]
}
const
__main
=
function
()
{
getAccountList
()
...
...
@@ -400,6 +420,8 @@ export default {
confirmSearch
,
selectAll
,
clearAll
,
selectPlazaAll
,
clearPlazaAll
,
confirmSearch2
,
msgLogList
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment