lsc il y a 2 ans
Parent
commit
08a1a71709
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);