Commit 70531426 by 吕明尚

退款修改优惠卷显示

parent a9655e02
...@@ -657,7 +657,6 @@ import { ...@@ -657,7 +657,6 @@ import {
import {allList} from "@/api/system/store"; import {allList} from "@/api/system/store";
import {queryRoom} from "@/api/system/room"; import {queryRoom} from "@/api/system/room";
import {query} from "@/api/system/pack"; import {query} from "@/api/system/pack";
import {queryCouponList} from "@/api/system/consumerCoupon";
import {changeRoom} from "../../../api/system/order"; import {changeRoom} from "../../../api/system/order";
export default { export default {
...@@ -735,7 +734,6 @@ export default { ...@@ -735,7 +734,6 @@ export default {
options: [], options: [],
roomList: [], roomList: [],
packList: [], packList: [],
couponList: [],
rooms: [], rooms: [],
changeRoomList: [], changeRoomList: [],
// 非单个禁用 // 非单个禁用
...@@ -826,7 +824,6 @@ export default { ...@@ -826,7 +824,6 @@ export default {
this.getList(); this.getList();
this.onGetAllStoreList(); this.onGetAllStoreList();
this.onGetPackList(); this.onGetPackList();
this.onGetCouponList();
}, },
methods: { methods: {
onRepeal() { onRepeal() {
...@@ -853,11 +850,6 @@ export default { ...@@ -853,11 +850,6 @@ export default {
this.options = res.data this.options = res.data
}) })
}, },
onGetCouponList() {
queryCouponList().then(res => {
this.couponList = res.data
})
},
onGetRoomList() { onGetRoomList() {
queryRoom().then(res => { queryRoom().then(res => {
this.roomList = res.data 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