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
9417fd03
Commit
9417fd03
authored
Aug 11, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "update: 样式"
This reverts commit
fd745278
.
parent
55b8b536
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
15 deletions
+3
-15
form.vue
src/views/message/form.vue
+1
-5
importSendForm.vue
src/views/message/importSendForm.vue
+2
-10
No files found.
src/views/message/form.vue
View file @
9417fd03
...
...
@@ -210,11 +210,7 @@ export default {
this
.
$router
.
push
(
'/message/record'
);
this
.
$tips
({
type
:
'success'
,
message
:
res
.
message
||
'提交成功'
});
}
else
{
if
(
res
.
message
.
indexOf
(
'抱歉'
)
>=
0
)
{
this
.
$alert
(
res
.
message
,
'提示'
);
}
else
{
this
.
$tips
({
type
:
'error'
,
message
:
'提交失败'
});
}
this
.
$tips
({
type
:
'error'
,
message
:
'提交失败'
});
}
})
.
catch
(
err
=>
{
...
...
src/views/message/importSendForm.vue
View file @
9417fd03
...
...
@@ -107,16 +107,8 @@ export default {
saveImportSmsPlan
(
params
)
.
then
(
res
=>
{
this
.
loading
=
false
;
if
(
res
.
errorCode
==
0
)
{
this
.
$message
({
message
:
res
.
message
||
`新增成功`
,
type
:
'success'
});
this
.
$router
.
push
(
'/message/import-send'
);
}
else
{
if
(
res
.
message
.
indexOf
(
'抱歉'
)
>=
0
)
{
this
.
$alert
(
res
.
message
,
'提示'
);
}
else
{
this
.
$tips
({
type
:
'error'
,
message
:
'新增失败'
});
}
}
this
.
$message
({
message
:
res
.
message
||
`新增成功`
,
type
:
'success'
});
this
.
$router
.
push
(
'/message/import-send'
);
})
.
catch
(()
=>
{
this
.
loading
=
false
;
...
...
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