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
c9800619
Commit
c9800619
authored
Apr 11, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除不用的代码
parent
f92e5435
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
37 deletions
+1
-37
memberGroupEdit.vue
src/view/memberGroup/memberGroupEdit.vue
+1
-37
No files found.
src/view/memberGroup/memberGroupEdit.vue
View file @
c9800619
...
...
@@ -10,7 +10,7 @@
已选标签
<span
class=
"color-c0c4cc font-14"
>
(同一个输入框内标签关系为且)
</span>
</div>
<tags-group-list
:selectedTagData=
"selectedTagData"
v-model=
"selectedTagData"
/>
<tags-group-list
:selectedTag
s
Data=
"selectedTagData"
v-model=
"selectedTagData"
/>
</el-form-item>
<el-form-item
label=
""
prop=
"groupName"
class=
"w-220"
>
<div>
分组名称
</div>
...
...
@@ -224,14 +224,6 @@ export default {
},
/**
* 点击显示添加标签层
*/
showAddTag
()
{
const
that
=
this
;
that
.
showTagFlag
=
true
;
},
/**
* 点击输入框
*/
focus
(
name
,
num
)
{
...
...
@@ -297,34 +289,6 @@ export default {
},
/**
* 已选标签-编辑
*/
editSelTag
(
index
,
item
)
{
const
that
=
this
;
that
.
showTagDetail
=
true
;
that
.
tagShortDetailId
=
item
.
tagId
;
console
.
log
(
item
);
that
.
rowItemData
=
item
;
},
/**
* 已选标签-删除
*/
delSelTag
(
index
,
item
)
{
const
that
=
this
;
console
.
log
(
that
.
selectedTagData
);
that
.
selectedTagData
.
splice
(
index
,
1
);
console
.
log
(
that
.
selectedTagData
);
that
.
ruleForm
.
selectedTag
=
that
.
selectedTagData
;
// 检查实时
that
.
checkRealTime
();
that
.
delTagId
=
item
.
tagId
;
// setTimeout(function(){
// that.$refs.addTagViewComponent.toDelTagId()
// },10)
},
/**
* 已选标签-删除-检查实时
*/
checkRealTime
()
{
...
...
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