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
0cee4e1f
Commit
0cee4e1f
authored
Apr 21, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix/保存标签' into master
parents
e761578b
9ede8dd5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
7 deletions
+3
-7
tag-config-options.vue
src/components/tag/tag-config-options.vue
+0
-0
index.js
src/components/tagDetail/mixin/index.js
+3
-5
manualTagDetail.vue
src/view/manualTag/manualTagDetail.vue
+0
-1
platformTagDetail.vue
src/view/platformTag/platformTagDetail.vue
+0
-1
No files found.
src/components/tag/tag-config-options.vue
View file @
0cee4e1f
This diff is collapsed.
Click to expand it.
src/components/tagDetail/mixin/index.js
View file @
0cee4e1f
...
...
@@ -863,8 +863,8 @@ export default {
}
/* 属于/不属于+ 选项 */
if
(
that
.
templateData
.
length
==
2
)
{
for
(
let
ele
of
that
.
templateData
)
{
// 选项
if
(
ele
.
templateCode
===
'tag001'
)
{
...
...
@@ -1265,7 +1265,7 @@ export default {
that
.
closeTagShortDialog
();
// 如果来源是 会员标签编辑的时候
// if (that.fromFlag == 'memberGroup') {
console
.
log
(
tagParams
,
JSON
.
stringify
(
tagParams
));
//
console.log(tagParams, JSON.stringify(tagParams));
let
sendObj
=
{
tagId
:
that
.
tagShortId
||
this
.
tagId
,
tagValue
:
JSON
.
stringify
(
tagValue
),
...
...
@@ -1274,7 +1274,6 @@ export default {
isActive
:
that
.
tagData
.
isActive
,
templateCode
:
this
.
templateCode
};
console
.
log
(
sendObj
);
this
.
$emit
(
'returnTagData'
,
sendObj
);
}
})
...
...
@@ -1888,7 +1887,7 @@ export default {
return
false
;
}
that
.
templateData
.
push
(
that
[
resData
.
result
.
templateCode
]);
console
.
log
(
'that.templateData===>'
,
that
.
templateData
)
/**
* 这里处理编辑回显数据
* 这里拿到编辑的数据 然后把tagValue的value值传解析传给模板的v-model
...
...
@@ -1896,7 +1895,6 @@ export default {
*/
setTimeout
(
_
=>
{
this
.
templateCode
=
this
.
templateData
.
map
(
el
=>
el
.
templateCode
);
if
(
this
.
templateDataList
.
editCondition
)
{
this
.
replaceTemplateValue
();
}
else
{
...
...
src/view/manualTag/manualTagDetail.vue
View file @
0cee4e1f
...
...
@@ -2151,7 +2151,6 @@ export default {
const
para
=
{
widgetId
:
id
};
getRequest
(
'/memberTag/findWidget'
,
para
)
.
then
(
res
=>
{
// console.log(res,res.data,res.data.errorCode)
...
...
src/view/platformTag/platformTagDetail.vue
View file @
0cee4e1f
...
...
@@ -2100,7 +2100,6 @@ export default {
const
para
=
{
widgetId
:
id
};
getRequest
(
'/memberTag/findWidget'
,
para
)
.
then
(
res
=>
{
let
resData
=
res
.
data
;
...
...
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