Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
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
pseer
gxpt_web
Commits
b7832257
Commit
b7832257
authored
Jan 13, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改优惠卷显示
parent
ee740730
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.vue
src/views/system/coupon/index.vue
+4
-2
No files found.
src/views/system/coupon/index.vue
View file @
b7832257
...
...
@@ -509,7 +509,7 @@ export default {
this
.
roomType
=
this
.
form
.
roomType
.
split
(
","
)
}
if
(
this
.
form
.
storeIds
)
{
this
.
storeIds
=
this
.
form
.
storeIds
.
split
(
","
)
this
.
form
.
storeIds
=
this
.
form
.
storeIds
.
split
(
","
)
}
this
.
open
=
true
;
...
...
@@ -520,7 +520,7 @@ export default {
submitForm
()
{
this
.
$refs
[
"form"
].
validate
(
valid
=>
{
if
(
valid
)
{
this
.
form
.
storeIds
=
this
.
storeIds
&&
this
.
storeIds
.
length
?
this
.
storeIds
.
join
()
:
''
this
.
form
.
storeIds
=
this
.
form
.
storeIds
&&
this
.
form
.
storeIds
.
length
?
this
.
form
.
storeIds
.
join
()
:
''
if
(
this
.
form
.
id
!=
null
)
{
if
(
this
.
form
.
platformType
===
"美团"
)
{
this
.
form
.
platformType
=
2
...
...
@@ -529,12 +529,14 @@ export default {
this
.
$modal
.
msgSuccess
(
"修改成功"
);
this
.
open
=
false
;
this
.
getList
();
this
.
reset
();
}
);
}
else
{
addCoupon
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
"新增成功"
);
this
.
open
=
false
;
this
.
getList
();
this
.
reset
();
}
);
}
}
...
...
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