Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
memberTag
memberTag-web
Commits
aae8fd12
Commit
aae8fd12
authored
Oct 25, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: ui
parent
48a4ecae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
batch-list.vue
src/components/tag/batch-list.vue
+4
-4
No files found.
src/components/tag/batch-list.vue
View file @
aae8fd12
...
...
@@ -16,7 +16,7 @@
<el-option
v-for=
"el in groupList"
:key=
"el.memberTagGroupClassifyId"
:value=
"el.memberTagGroupClassifyId"
:label=
"el.classifyName"
></el-option>
<i
class=
"el-icon-search"
slot=
"prefix"
></i>
</el-select>
-->
选择分组:
<dm-select-scroller
:width=
"305"
:clearable=
"true"
:data=
"groupList"
v-model=
"groupId"
placeholder=
"请选择分类"
@
load=
"loadMoreGroupList"
@
remote-search=
"searchGroupList"
:total-count=
"totalCountGounp"
:props=
"propsGroup"
></dm-select-scroller>
选择分组:
<dm-select-scroller
:width=
"305"
:clearable=
"true"
:data=
"groupList"
v-model=
"groupId"
placeholder=
"请选择分类"
@
load=
"loadMoreGroupList"
@
remote-search=
"searchGroupList"
:
loading=
"loadings"
:
total-count=
"totalCountGounp"
:props=
"propsGroup"
></dm-select-scroller>
</div>
<!--
<div
v-if=
"operNum == 2"
>
<p
class=
"title"
>
...
...
@@ -180,7 +180,6 @@ export default {
},
getMemberGroupList
()
{
const
{
classifyName
,
pageNum
}
=
this
.
params
;
this
.
loading
=
true
;
this
.
loadings
=
true
;
if
(
pageNum
==
1
)
{
this
.
groupList
=
[];
...
...
@@ -200,8 +199,9 @@ export default {
this
.
params
.
totalPage
=
result
.
totalPage
;
this
.
totalCountGounp
=
result
.
totalCount
||
0
;
}).
finally
(()
=>
{
this
.
loading
=
false
;
this
.
loadings
=
false
setTimeout
(()
=>
{
this
.
loadings
=
false
;
},
500
)
});
},
checkGroup
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment