Browse Source

fix: 盲票奖品组选择优惠券只显示上架的

Sun 3 years ago
parent
commit
e3a5a40522
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/ticket/create.vue

+ 1 - 1
src/views/business/ticket/create.vue

@@ -562,7 +562,7 @@ export default {
           "&pageSize=" +
           this.pageParams.pageSize +
           "&",
-        { title: title }
+        { title: title, status: "on" }
       ).then((res) => {
         this.couponList = res.rows.map((item) => {
           return {