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)
     },
     // 商品状态查询