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
256de1a8
Commit
256de1a8
authored
Nov 24, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 模板库checkSmsContxt增加参数
parent
554dbdbb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
addTemp.vue
src/views/message/addTemp.vue
+1
-1
blackList.vue
src/views/message/blackList.vue
+7
-2
No files found.
src/views/message/addTemp.vue
View file @
256de1a8
...
...
@@ -439,7 +439,7 @@ export default {
}
,
// 校验屏蔽词
validateContent
()
{
checkSmsContext
({
context
:
this
.
form
.
content
}
)
checkSmsContext
({
context
:
this
.
form
.
content
,
type
:
this
.
form
.
type
}
)
.
then
(
res
=>
{
this
.
validateStatus
=
1
;
}
)
...
...
src/views/message/blackList.vue
View file @
256de1a8
<
template
>
<section
class=
"dm-form__wrap"
>
<section
class=
"dm-form__wrap
black-list
"
>
<div
class=
"top"
>
<div
class=
"left"
>
<el-input
v-model=
"search.phone"
placeholder=
"请输入手机号码"
prefix-icon=
"el-icon-search"
style=
"width: 260px"
@
change=
"getTableData"
/>
...
...
@@ -158,7 +158,7 @@ export default {
const
{
reason
,
reasonType
}
=
this
.
dialogData
.
form
;
para
.
phoneNumber
=
this
.
validatePhoneList
();
para
.
reasonType
=
reasonType
;
para
.
reason
=
reasonType
?
reason
:
null
;
para
.
reason
=
reasonType
?
reason
:
'用户向店员反馈'
;
if
(
para
.
phoneNumber
)
{
await
addBlackList
(
para
);
if
(
!
this
.
isExiteErrorPhone
)
{
...
...
@@ -268,3 +268,8 @@ export default {
}
}
</
style
>
<
style
lang=
"scss"
>
.el-tooltip__popper
{
max-width
:
60%
!important
;
}
</
style
>
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