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
0d9f1137
Commit
0d9f1137
authored
Apr 09, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加一个注释
parent
192300b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
memberGroupEdit.vue
src/view/memberGroup/memberGroupEdit.vue
+1
-1
No files found.
src/view/memberGroup/memberGroupEdit.vue
View file @
0d9f1137
...
...
@@ -110,6 +110,7 @@
* 需要实现标签组中添加标签的功能
* 切换标签组之间关系(剔除、或者)的功能
* 解决add-tag-view中的一个SyntaxError错误
* #/member-tag
* */
import
navCrumb
from
'@/components/nav/nav.vue'
;
import
addTagView
from
'@/components/addTagView.vue'
;
...
...
@@ -718,7 +719,6 @@ export default {
const
that
=
this
;
let
localData
=
sessionStorage
.
getItem
(
'selectTempTag'
);
if
(
!!
localData
)
{
// that.selectedTagData = JSON.parse(localData);
that
.
ruleForm
.
selectedTag
=
JSON
.
parse
(
localData
);
setTimeout
(
function
()
{
that
.
selectedTagData
=
JSON
.
parse
(
localData
);
...
...
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