aliyun0758874076 1 year ago
parent
commit
3e902ae753
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/renovation/commoditySystem/index.vue

+ 4 - 4
src/views/renovation/commoditySystem/index.vue

@@ -249,19 +249,19 @@ export default {
       }
     },
     handleSizeChange(val) {
-      console.log(val)
+      // console.log(val)
       this.formInline.pageSize = val
       this.getAll(this.formInline)
     },
     handleCurrentChange(val) {
-      console.log(val)
+      // console.log(val)
       this.formInline.page = val
       this.getAll(this.formInline)
     },
     //  查询
     search() {
-      this.total = 1
-      this.formInline.page = 1
+      // this.total = 1
+      // this.formInline.page = 1
       this.getAll(this.formInline)
     },
     // 商品状态查询