Browse Source

del:console

liujiayin 2 years ago
parent
commit
80482ba124
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/components/ibps-crud/mixin/base.js

+ 0 - 2
src/components/ibps-crud/mixin/base.js

@@ -280,8 +280,6 @@ export default {
             } else { // 管理列
                 selection = data ? this.getPkValue(data) : null
             }
-            console.log('283 this.selectionAll',this.selectionAll)
-
             // this.$emit('action-event', buttonKey, position, selection, data, index, action)
             if (this.$utils.isArray(data) && this.selectionAll !== null) {
                 this.$emit('action-event', buttonKey, position, selection, this.selectionAll, index, action)