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
49530575
Commit
49530575
authored
May 07, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ai营销-覆盖人数边界情况提示
parent
fd988b19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
form.vue
src/views/ai/task/form.vue
+6
-3
No files found.
src/views/ai/task/form.vue
View file @
49530575
...
...
@@ -781,9 +781,12 @@ export default {
beginDate
:
formatDateTimeByType
(
startDate
,
'yyyy-MM-dd'
),
filterJson
};
const
{
result
}
=
await
getMemberCount
(
data
);
this
.
form
.
planMemberCount
=
result
==
-
1
?
0
:
result
;
try
{
const
{
result
}
=
await
getMemberCount
(
data
);
this
.
form
.
planMemberCount
=
result
==
-
1
?
0
:
result
;
}
catch
(
err
)
{
this
.
$message
.
error
(
'查询预计覆盖人数接口超时'
);
}
},
async
getAiCalcSingle
()
{
const
{
result
}
=
await
getAiCalcSingle
();
...
...
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