From 00779afad83230c944ce01ebe3b076bd5fcb9417 Mon Sep 17 00:00:00 2001 From: 15619301878 Date: Tue, 3 Aug 2021 23:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Content/StudentHonors.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/Content/StudentHonors.vue b/src/views/Content/StudentHonors.vue index 67528c7..36a5f94 100644 --- a/src/views/Content/StudentHonors.vue +++ b/src/views/Content/StudentHonors.vue @@ -11,11 +11,11 @@ - - - - + + + + 搜索 添加 @@ -95,6 +95,7 @@ export default { pageSize: 10, total: 0, }, + searchPut:'', } }, // 注册组件 @@ -150,7 +151,7 @@ export default { page_size: parameter.limit, search: parameter.info, } - get(`/student_honor/`, params).then(res => { + get(`/student_honor/?search=`+this.formInline.info, params).then(res => { let array = res.results that.pageparm.total = res.count that.listData = array.map((item) => { -- Gitee