Explorar o código

del:console

liujiayin %!s(int64=2) %!d(string=hai) anos
pai
achega
c1d43c6b8f
Modificáronse 1 ficheiros con 0 adicións e 11 borrados
  1. 0 11
      src/business/platform/data/templaterender/templates/list.vue

+ 0 - 11
src/business/platform/data/templaterender/templates/list.vue

@@ -520,17 +520,6 @@ export default {
         },
         selectionAll: {
             handler (val, oldVal) {
-                console.log('523 selectionAll', val)
-                /**
-                 * 单选:selectionAll是对象{}
-                 * 多选:selectionAll是数组对象[]
-                 */
-                // selectionAll
-                // if (this.multiple) {
-                //     this.$emit('selected', val)
-                // } else {
-                //     this.$emit('selected', val[0])
-                // }
                 this.$emit('selected', val)
             },
             deep: true