2 Commits e221992d6d ... 808741f6f7

Tác giả SHA1 Thông báo Ngày
  caoliqin 808741f6f7 Merge branch 'master' of http://1.14.104.71:10880/root/ylrz_his_scrm_adminUI 3 ngày trước cách đây
  caoliqin 550238cefb feat:投诉类型和投诉记录模块 3 ngày trước cách đây

+ 5 - 5
src/views/course/userCourseComplaintRecord/index.vue

@@ -221,11 +221,11 @@ export default {
       this.handleQuery();
       this.handleQuery();
     },
     },
     // 多选框选中数据
     // 多选框选中数据
-    // handleSelectionChange(selection) {
-    //   this.ids = selection.map(item => item.recordId)
-    //   this.single = selection.length!==1
-    //   this.multiple = !selection.length
-    // },
+    handleSelectionChange(selection) {
+      this.ids = selection.map(item => item.recordId)
+      this.single = selection.length!==1
+      this.multiple = !selection.length
+    },
     // /** 新增按钮操作 */
     // /** 新增按钮操作 */
     // handleAdd() {
     // handleAdd() {
     //   this.reset();
     //   this.reset();