Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
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
poc
poc-fe
Commits
fc6952f6
Commit
fc6952f6
authored
Dec 31, 2024
by
shirlyn.guo
👌🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 订单管理无法获取下一页
parent
5938e8cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package-manage.vue
src/views/order-manage/components/package-manage.vue
+1
-1
recharge-manage.vue
src/views/order-manage/components/recharge-manage.vue
+1
-1
No files found.
src/views/order-manage/components/package-manage.vue
View file @
fc6952f6
...
@@ -26,7 +26,7 @@ function handleGetPackageList() {
...
@@ -26,7 +26,7 @@ function handleGetPackageList() {
packageTableIsLoading
.
value
=
true
packageTableIsLoading
.
value
=
true
const
domain
=
'equity'
const
domain
=
'equity'
fetchGetOrderList
<
OrderItem
[]
>
(
domain
,
paginationData
)
fetchGetOrderList
<
OrderItem
[]
>
(
domain
,
{
pagingInfo
:
paginationData
}
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
code
!==
0
)
return
if
(
res
.
code
!==
0
)
return
...
...
src/views/order-manage/components/recharge-manage.vue
View file @
fc6952f6
...
@@ -25,7 +25,7 @@ watch([() => paginationData.pageNo, () => paginationData.pageSize], handleGetRec
...
@@ -25,7 +25,7 @@ watch([() => paginationData.pageNo, () => paginationData.pageSize], handleGetRec
function
handleGetRechargeList
()
{
function
handleGetRechargeList
()
{
rechargeTableIsLoading
.
value
=
true
rechargeTableIsLoading
.
value
=
true
const
domain
=
'point'
const
domain
=
'point'
fetchGetOrderList
<
OrderItem
[]
>
(
domain
,
paginationData
)
fetchGetOrderList
<
OrderItem
[]
>
(
domain
,
{
pagingInfo
:
paginationData
}
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
code
!==
0
)
return
if
(
res
.
code
!==
0
)
return
...
...
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