Explorar el Código

fix: 活动编辑页tab点击可切换(基础资料/活动参与)

Developer hace 2 semanas
padre
commit
3db726683d
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      dist.zip
  2. 1 1
      src/views/modules/activity/add.vue

BIN
dist.zip


+ 1 - 1
src/views/modules/activity/add.vue

@@ -600,7 +600,7 @@ export default {
       this.$router.push('/activity-list')
     },
     changeTab (idx) {
-      // this.tidx = idx
+      this.tidx = idx
     },
     handleNext () {
       this.$refs.basicRef.validate(valid => {