002201 1 жил өмнө
parent
commit
9c24dacb49

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

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

+ 1 - 1
src/components/super-table/once/filters.vue

@@ -3,7 +3,7 @@
     v-if="innerValue !== false || filterData.length"
     :visible-arrow="false"
     width="auto"
-    trigger="hover"
+    trigger="click"
     placement="bottom"
     popper-class="p-0"
     class="icon-filter"