Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-platform-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
5 years ago
Commit
a85d2c7658648b734fa37a34c2ba1066cf555a6f
1 parent
a6d8b75c
fix(优惠券): 编辑优惠券-是否展示在详情页状态修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/coupon/components/modal-create-coupon.vue
src/views/coupon/components/modal-create-coupon.vue
View file @
a85d2c7
...
...
@@ -451,7 +451,7 @@ export default {
businessClient: coupon.businessClient, //购买渠道
checkRequired: coupon.checkRequired,
isCheckRequired,
isShowInDetail:
coupon
.showInPrdDetail === 'Y'
isShowInDetail:
result.data
.showInPrdDetail === 'Y'
};
} else {
result.message && this.$Message.warning(result.message);
...
...
Please
register
or
login
to post a comment