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
c7f91ecc
Commit
c7f91ecc
authored
Apr 28, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改拼写问题
parent
893de463
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
memberGroupEdit.vue
src/view/memberGroup/memberGroupEdit.vue
+3
-4
No files found.
src/view/memberGroup/memberGroupEdit.vue
View file @
c7f91ecc
...
...
@@ -71,7 +71,7 @@
<div
class=
"tags-search"
>
<el-input
type=
"search"
placeholder=
"请输入关键词回车搜索标签"
prefix-icon=
"el-icon-search"
v-model=
"searchData"
@
keydown
.
native
.
enter=
"searchTags"
></el-input>
</div>
<tag-container
:data=
"tagsGroupList"
:ref
resh=
"refer
shList"
@
addTag=
"selectedTag"
></tag-container>
<tag-container
:data=
"tagsGroupList"
:ref
ersh=
"refre
shList"
@
addTag=
"selectedTag"
></tag-container>
<div
class=
"page-box"
>
<el-pagination
background
...
...
@@ -89,7 +89,7 @@
</div>
</el-dialog>
<!-- 添加标签、编辑标签 -->
<edit-tag
:showEditTagPop
.
sync=
"showEditTagPop"
:tagData=
"tagData"
:title=
"editPopType === 'add' ? '添加标签' : '编辑标签'"
@
returnTagData=
"returnTagData"
@
ref
re
sh=
"refresh"
></edit-tag>
<edit-tag
:showEditTagPop
.
sync=
"showEditTagPop"
:tagData=
"tagData"
:title=
"editPopType === 'add' ? '添加标签' : '编辑标签'"
@
returnTagData=
"returnTagData"
@
ref
er
sh=
"refresh"
></edit-tag>
<vue-gic-footer></vue-gic-footer>
</div>
</template>
...
...
@@ -169,7 +169,7 @@ export default {
updateDay
:
''
,
effectiveStatus
:
1
},
ref
er
shList
:
{},
ref
re
shList
:
{},
// 标签组的索引
activeTagsGroupIndex
:
0
,
...
...
@@ -294,7 +294,6 @@ export default {
this
.
$router
.
push
(
route
);
},
refresh
(
list
)
{
console
.
log
(
'list'
,
list
);
list
.
changeRefersh
=
true
;
this
.
refershList
=
list
;
},
...
...
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