Эх сурвалжийг харах

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

Sun 3 жил өмнө
parent
commit
e3a5a40522

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

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