Browse Source

Merge branch '02/23reviewBUG' into test

mo 3 năm trước cách đây
mục cha
commit
4d4a27376a

+ 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;