diff --git a/src/views/shop/list/product/index.vue b/src/views/shop/list/product/index.vue
index f015ede..3838bc8 100644
--- a/src/views/shop/list/product/index.vue
+++ b/src/views/shop/list/product/index.vue
@@ -65,7 +65,7 @@
{{ scope.row.isShelves ? '下架' : '上架' }}
-
+
@@ -84,7 +84,7 @@
-
+
编辑
删除
@@ -140,6 +140,7 @@ export default {
this.$post(this.api.listOfGoods, {
pageNum: this.page,
pageSize: this.pageSize,
+ sort: 0,
...this.form
}).then(({ page }) => {
this.list = page.records;