浏览代码

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;