Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
f2d9ff7b
Commit
f2d9ff7b
authored
Aug 04, 2022
by
shaojiawen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 废弃弹窗文案
parent
62479775
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
actCodeDetail.vue
...s/salesleads/actCodeManage/staffActCode/actCodeDetail.vue
+2
-2
actCodeDetailInfo.vue
src/views/salesleads/components/actCodeDetailInfo.vue
+4
-1
No files found.
src/views/salesleads/actCodeManage/staffActCode/actCodeDetail.vue
View file @
f2d9ff7b
...
@@ -116,8 +116,8 @@ export default {
...
@@ -116,8 +116,8 @@ export default {
},
},
discardCode
()
{
discardCode
()
{
const
that
=
this
;
const
that
=
this
;
this
.
$confirm
(
'
确认要作废该活码?此操作将永久废弃该活码,请确保不影响其他投放使用!'
,
'作废提示
'
,
{
this
.
$confirm
(
'
此操作将永久废弃该活码,请确保不影响其他投放使用!'
,
'确认要作废该活码?
'
,
{
confirmButtonText
:
'
删除
'
,
confirmButtonText
:
'
作废
'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
type
:
'warning'
}).
then
(()
=>
{
}).
then
(()
=>
{
...
...
src/views/salesleads/components/actCodeDetailInfo.vue
View file @
f2d9ff7b
...
@@ -195,7 +195,10 @@ export default {
...
@@ -195,7 +195,10 @@ export default {
watch
:
{
watch
:
{
welcomeId
:
function
(
newData
,
oldData
)
{
welcomeId
:
function
(
newData
,
oldData
)
{
const
that
=
this
;
const
that
=
this
;
if
(
!
newData
||
newData
.
length
<=
0
)
return
;
if
(
!
newData
||
newData
.
length
<=
0
)
{
this
.
welcomeData
=
null
;
return
;
}
that
.
welcomeId
=
newData
||
''
;
that
.
welcomeId
=
newData
||
''
;
that
.
getwelcomeInfo
();
that
.
getwelcomeInfo
();
},
},
...
...
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