From 5ac2ac62999ddc975fddd5c7c4ecfba2a96cc235 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 29 Mar 2024 15:43:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=B1=E5=90=8D=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/team/team.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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