Commit 7cd7dd64 authored by chenqikuai's avatar chenqikuai

update

parent 61d54293
......@@ -25,7 +25,7 @@
import { defineComponent } from "vue";
import Icon from "../common/Icon.vue";
export default defineComponent({
emits: ["filter"],
emits: ["filter", "seeMore"],
components: { Icon },
props: {
title: {
......
......@@ -102,7 +102,6 @@ export default defineComponent({
},
methods: {
showFilter() {
console.log("???");
this.show = true;
this.selectedBanks = this.reqParams.selectedBanks;
this.selectedPerids = this.reqParams.selectedPerids;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment