diff --git a/src/views/team/team.vue b/src/views/team/team.vue index 58700ec..b2278ca 100644 --- a/src/views/team/team.vue +++ b/src/views/team/team.vue @@ -4,7 +4,7 @@
- + @@ -116,7 +116,11 @@ async getList() { const res = await index({ ...this.select, - filter: [], + filter: [{ + key:'mingcheng', + op:'like', + value:this.select.keyword + }], }) this.list = res.data this.total = res.total