Commit 70531426 by 吕明尚

退款修改优惠卷显示

parent a9655e02
......@@ -657,7 +657,6 @@ import {
import {allList} from "@/api/system/store";
import {queryRoom} from "@/api/system/room";
import {query} from "@/api/system/pack";
import {queryCouponList} from "@/api/system/consumerCoupon";
import {changeRoom} from "../../../api/system/order";
export default {
......@@ -735,7 +734,6 @@ export default {
options: [],
roomList: [],
packList: [],
couponList: [],
rooms: [],
changeRoomList: [],
// 非单个禁用
......@@ -826,7 +824,6 @@ export default {
this.getList();
this.onGetAllStoreList();
this.onGetPackList();
this.onGetCouponList();
},
methods: {
onRepeal() {
......@@ -853,11 +850,6 @@ export default {
this.options = res.data
})
},
onGetCouponList() {
queryCouponList().then(res => {
this.couponList = res.data
})
},
onGetRoomList() {
queryRoom().then(res => {
this.roomList = res.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment