fix: 商品管理使用getAllProducts接口显示所有商品(包括下架)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -194,7 +194,7 @@ export default {
|
||||
},
|
||||
async loadProducts() {
|
||||
try {
|
||||
const res = await productApi.getProducts({
|
||||
const res = await productApi.getAllProducts({
|
||||
keyword: this.keyword,
|
||||
categoryId: this.categoryId,
|
||||
page: 1,
|
||||
|
||||
Reference in New Issue
Block a user