@@ -260,8 +260,6 @@ export default {
watch: {
activeIndex (newVal) {
if (newVal === 1) {
- console.log(newVal);
-
this.initData()
}