Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
9d23498a
Commit
9d23498a
authored
Apr 27, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
3be0bd93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
ai-data-active-data.vue
src/views/ai/ai-data-active-data.vue
+4
-4
ai-data-aiCall.vue
src/views/ai/ai-data-aiCall.vue
+4
-4
No files found.
src/views/ai/ai-data-active-data.vue
View file @
9d23498a
...
...
@@ -332,7 +332,6 @@ export default {
}
else
{
params
=
{
...
this
.
activityData
,
search
,
storeGroupId
,
orderBy
};
}
console
.
log
(
params
);
return
{
...
this
.
activityData
,
...
params
};
}
},
...
...
@@ -436,7 +435,8 @@ export default {
this
.
cardLoading
=
false
;
}
},
async
aiTransformStoreGroupSplit
(
activityId
,
planId
)
{
async
aiTransformStoreGroupSplit
()
{
const
{
activityId
,
planId
}
=
this
.
activityData
;
let
res
=
await
aiTransformStoreGroupSplit
({
activityId
,
planId
});
this
.
options
.
treeOptions
.
data
=
res
.
result
||
[];
},
...
...
@@ -447,8 +447,8 @@ export default {
const
{
startDate
,
endDate
,
activityName
,
activityId
}
=
result
;
const
smsFlag
=
result
.
activityPlanList
[
0
].
activityEventList
[
0
].
smsFlag
;
const
planId
=
result
.
activityPlanList
[
0
].
planId
;
this
.
activityData
=
{
startTime
:
startDate
,
endTime
:
endDate
,
smsFlag
,
activityName
,
activityId
};
this
.
aiTransformStoreGroupSplit
(
activityId
,
planId
);
this
.
activityData
=
{
startTime
:
startDate
,
endTime
:
endDate
,
smsFlag
,
activityName
,
activityId
,
planId
};
this
.
aiTransformStoreGroupSplit
();
}
catch
(
err
)
{}
},
radioChange
(
data
)
{
...
...
src/views/ai/ai-data-aiCall.vue
View file @
9d23498a
...
...
@@ -338,7 +338,6 @@ export default {
}
else
{
params
=
{
...
this
.
activityData
,
search
,
storeGroupId
,
orderBy
};
}
console
.
log
(
params
);
return
{
...
this
.
activityData
,
...
params
};
}
},
...
...
@@ -450,7 +449,8 @@ export default {
this
.
cardLoading
=
false
;
}
},
async
aiOutboundStoreGroupSplit
(
activityId
,
planId
)
{
async
aiOutboundStoreGroupSplit
()
{
const
{
activityId
,
planId
}
=
this
.
activityData
;
let
res
=
await
aiOutboundStoreGroupSplit
({
activityId
,
planId
});
this
.
options
.
treeOptions
.
data
=
res
.
result
||
[];
},
...
...
@@ -461,9 +461,9 @@ export default {
const
{
startDate
,
endDate
,
activityName
,
activityId
}
=
result
;
const
smsFlag
=
result
.
activityPlanList
[
0
].
activityEventList
[
0
].
smsFlag
;
const
planId
=
result
.
activityPlanList
[
0
].
planId
;
this
.
activityData
=
{
startTime
:
startDate
,
endTime
:
endDate
,
smsFlag
,
activityName
,
activityId
};
this
.
activityData
=
{
startTime
:
startDate
,
endTime
:
endDate
,
smsFlag
,
activityName
,
activityId
,
planId
};
this
.
aiStoreOutboundRank
();
this
.
aiOutboundStoreGroupSplit
(
activityId
,
planId
);
this
.
aiOutboundStoreGroupSplit
();
}
catch
(
err
)
{}
},
radioChange
(
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