Explorar el Código

fix: 修复点击moq滑块时意外调用getlist的bug.

peter hace 3 días
padre
commit
622045d885
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mixins/category.js

+ 1 - 1
mixins/category.js

@@ -780,7 +780,7 @@ export default {
         //     t: new Date().getTime(),
         //   },
         // })
-        this.getList()
+        // this.getList()
       }
     },
     handleChangePrice(arr) {