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
29e7161e
authored
Jan 07, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📖
MALL:code review 商品统计的代码
parent
9bdba0f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
src/views/mall/statistics/product/components/ProductRank.vue
+3
-6
No files found.
src/views/mall/statistics/product/components/ProductRank.vue
View file @
29e7161e
...
...
@@ -77,12 +77,9 @@ const queryParams = reactive({
times
:
[],
sortingFields
:
{}
})
// 列表的加载中
const
loading
=
ref
(
false
)
// 列表的总页数
const
total
=
ref
(
0
)
// 列表的数据
const
list
=
ref
<
ProductStatisticsVO
[]
>
([])
const
loading
=
ref
(
false
)
// 列表的加载中
const
total
=
ref
(
0
)
// 列表的总页数
const
list
=
ref
<
ProductStatisticsVO
[]
>
([])
// 列表的数据
/** 查询商品列表 */
const
getSpuList
=
async
()
=>
{
...
...
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