Explorar o código

提交一下

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
d00ac3fca8
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/childrensDay/index.vue

+ 3 - 1
src/views/childrensDay/index.vue

@@ -282,7 +282,9 @@ export default {
        }
     },
     gotoDetail(row){
-      this.$router.push({path:'/business/childrensdayDetail',query:{'musicGroupId':}})
+      console.log(row)
+      // query:{'musicGroupId':}
+      this.$router.push({path:'/business/childrensdayDetail',})
     }
   },
 };