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
1f19b567
authored
Dec 07, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【缺陷修复】分销: 推广订单列表用户类型检索
parent
2efd0d69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
src/views/mall/trade/brokerage/user/BrokerageOrderListDialog.vue
+1
-2
No files found.
src/views/mall/trade/brokerage/user/BrokerageOrderListDialog.vue
View file @
1f19b567
...
@@ -135,10 +135,9 @@ const getList = async () => {
...
@@ -135,10 +135,9 @@ const getList = async () => {
loading
.
value
=
true
loading
.
value
=
true
try
{
try
{
// 处理全部的情况
// 处理全部的情况
const
userLevel
=
queryParams
.
sourceUserLevel
===
0
?
undefined
:
queryParams
.
sourceUserLevel
const
data
=
await
BrokerageRecordApi
.
getBrokerageRecordPage
({
const
data
=
await
BrokerageRecordApi
.
getBrokerageRecordPage
({
...
queryParams
,
...
queryParams
,
sourceUserLevel
:
u
serLevel
sourceUserLevel
:
queryParams
.
sourceUserLevel
===
0
?
undefined
:
queryParams
.
sourceU
serLevel
})
})
list
.
value
=
data
.
list
list
.
value
=
data
.
list
total
.
value
=
data
.
total
total
.
value
=
data
.
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