aliyun0758874076 1 年之前
父節點
當前提交
3e902ae753
共有 1 個文件被更改,包括 4 次插入4 次删除
  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)
     },
     // 商品状态查询