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
c707849a
Commit
c707849a
authored
Apr 28, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复alert自动消失
parent
dc6570b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
batch-list.vue
src/views/ecm/batch-list.vue
+3
-3
current-list.vue
src/views/ecm/current-list.vue
+3
-3
No files found.
src/views/ecm/batch-list.vue
View file @
c707849a
...
...
@@ -141,9 +141,9 @@ export default {
</div>
`
);
setTimeout
(
_
=>
{
this
.
$store
.
commit
(
'mutations_layoutTips'
,
''
);
},
5000
);
//
setTimeout(_ => {
//
this.$store.commit('mutations_layoutTips', '');
//
}, 5000);
},
beforeDestroy
()
{
this
.
$store
.
commit
(
'mutations_layoutTips'
,
''
);
...
...
src/views/ecm/current-list.vue
View file @
c707849a
...
...
@@ -167,9 +167,9 @@ export default {
mounted
()
{
if
(
!
this
.
isComponet
)
{
this
.
$store
.
commit
(
'mutations_layoutTips'
,
`<div class="layout--tips"><i class="el-icon-info"></i>历史数据限制:2018年11月15日之前的历史营销计划,没有详细数据</div>`
);
setTimeout
(
_
=>
{
this
.
$store
.
commit
(
'mutations_layoutTips'
,
''
);
},
5000
);
//
setTimeout(_ => {
//
this.$store.commit('mutations_layoutTips', '');
//
}, 5000);
}
},
created
()
{
...
...
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