Sfoglia il codice sorgente

学校缴费删除学员存在问题,暂时隐藏

wolyshaw 4 anni fa
parent
commit
c878da362c
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      src/views/resetTeaming/modals/school-pay-user-list.vue

+ 4 - 4
src/views/resetTeaming/modals/school-pay-user-list.vue

@@ -28,12 +28,12 @@
       <el-form-item>
         <el-button @click="FetchList" type="danger">搜索</el-button>
         <el-button @click="onReSet" type="primary">重置</el-button>
-        <el-button
+        <!-- <el-button
           type="primary"
           :disabled="!activeChiose.length"
           @click="deleteUser"
           v-permission="'musicGroupPaymentCalenderDetail/batchDel'"
-        >删除学员</el-button>
+        >删除学员</el-button> -->
       </el-form-item>
     </el-form>
     <el-table
@@ -41,7 +41,7 @@
       @selection-change="handleSelectionChange"
       :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
     >
-      <el-table-column type="selection" width="55"> </el-table-column>
+      <!-- <el-table-column type="selection" width="55"> </el-table-column> -->
       <el-table-column
         align="center"
         prop="userId"
@@ -181,7 +181,7 @@ export default {
           type: 'warning'
         })
         await delMusicGroupPaymentCalenderStudent({
-          musicGroupPaymentCalenderIds: this.activeChiose.map(item => item.id)
+          musicGroupPaymentCalenderDetailIds: this.activeChiose.map(item => item.id).join(',')
         })
         this.$message.success('删除成功')
         this.FetchList()