Browse Source

优化

gzb
wangzhonglu 7 months ago
parent
commit
6102e295a9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/views/schoolSection/deviceManage/breakRuleDevice.vue

+ 0
- 1
src/views/schoolSection/deviceManage/breakRuleDevice.vue View File

@@ -451,7 +451,6 @@ export default {
451 451
       });
452 452
     },
453 453
     selectionChange(selection) {
454
-      console.log("----selection--->", selection);
455 454
       this.tableSelection = selection;
456 455
       let userid_sn = this.tableSelection.map((item) => {
457 456
         return `${item.userid}_${item.sn}`;

Loading…
Cancel
Save