lsc %!s(int64=2) %!d(string=hai) anos
pai
achega
08a1a71709
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/components/pages/race/addRace.vue

+ 0 - 1
src/components/pages/race/addRace.vue

@@ -236,7 +236,6 @@ export default {
         .get(this.$store.state.api + "selectRaceDetail", params)
         .then((res) => {
           if (res.data.length > 0) {
-            debugger
             this.raceInfo = JSON.parse(res.data[0][0].info);
             this.raceOverView = JSON.parse(res.data[0][0].overview);
             this.raceProcess = JSON.parse(res.data[0][0].process);