002390 1 rok pred
rodič
commit
c9a87b551b

+ 0 - 3
src/components/popover-select-v2/index.vue

@@ -159,11 +159,8 @@ export default {
       } = this;
       for (let key in dataMapping) {
         source[key] = prop[dataMapping[key]];
-        console.log(key,'key',dataMapping[key],'dataMapping[key]');
-        console.log(source,'source');
       }
       this.innerValue = prop[valueKey];
-      console.log(source,prop,this.innerValue,'------');
       this.$emit("update:source", source);
       this.$emit("change", prop, this.$props);
     },