lsc 2 년 전
부모
커밋
08a1a71709
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);