Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
61fb71c0
authored
Aug 16, 2024
by
黄兆琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 增加TODO注释
parent
bcfb98cb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/views/member/user/detail/UserAftersaleList.vue
+2
-1
No files found.
src/views/member/user/detail/UserAftersaleList.vue
View file @
61fb71c0
...
@@ -198,7 +198,7 @@ const queryFormRef = ref() // 搜索的表单
...
@@ -198,7 +198,7 @@ const queryFormRef = ref() // 搜索的表单
const
queryParams
=
ref
({
const
queryParams
=
ref
({
pageNo
:
1
,
pageNo
:
1
,
pageSize
:
10
,
pageSize
:
10
,
userId
:
userId
,
userId
,
no
:
null
,
no
:
null
,
status
:
'0'
,
status
:
'0'
,
orderNo
:
null
,
orderNo
:
null
,
...
@@ -217,6 +217,7 @@ const getList = async () => {
...
@@ -217,6 +217,7 @@ const getList = async () => {
delete
data
.
status
delete
data
.
status
}
}
// 执行查询
// 执行查询
// TODO @芋艿:接口需要通过userId进行筛选返回值
const
res
=
(
await
AfterSaleApi
.
getAfterSalePage
(
data
))
as
AfterSaleApi
.
TradeAfterSaleVO
[]
const
res
=
(
await
AfterSaleApi
.
getAfterSalePage
(
data
))
as
AfterSaleApi
.
TradeAfterSaleVO
[]
list
.
value
=
res
.
list
list
.
value
=
res
.
list
total
.
value
=
res
.
total
total
.
value
=
res
.
total
...
...
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