Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_web
Commits
70531426
Commit
70531426
authored
Mar 25, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退款修改优惠卷显示
parent
a9655e02
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
index.vue
src/views/system/order/index.vue
+0
-8
No files found.
src/views/system/order/index.vue
View file @
70531426
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment