Преглед на файлове

Merge branch '02/23reviewBUG' into test

mo преди 3 години
родител
ревизия
4d4a27376a
променени са 2 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 1
      src/views/teamDetail/components/modals/quite-team.vue
  2. 0 1
      src/views/withdrawal-application/index.vue

+ 0 - 1
src/views/teamDetail/components/modals/quite-team.vue

@@ -208,7 +208,6 @@
           >
             <el-input
               type="number"
-              disabled
               v-model="quitForm.maintenanceFee"
               style="width: 180px"
             >

+ 0 - 1
src/views/withdrawal-application/index.vue

@@ -310,7 +310,6 @@ export default {
             this.isDisabled = false
           }
           this.musicForm = res.data;
-          console.log(res.data.userComment)
           this.activeRow = { ...row, ...res.data.returnFeeDto };
           this.quitForm.courseViewType = res.data.musicGroup.courseViewType;
           this.quitForm.userComment = res.data.userComment;