From 57fa6d76e0f46068c3ddf7789f2633ebc13f3570 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Sun, 29 Mar 2026 21:27:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=B5=84=E6=BA=90=E5=BA=93=E7=AE=A1?= =?UTF-8?q?=E7=90=86][=E4=BE=9B=E8=AF=95=E5=93=81=E6=8E=92=E5=BA=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/resource/gsp/comps/gspList.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/business/resource/gsp/comps/gspList.vue b/src/views/business/resource/gsp/comps/gspList.vue index 3e420f0..6503a99 100644 --- a/src/views/business/resource/gsp/comps/gspList.vue +++ b/src/views/business/resource/gsp/comps/gspList.vue @@ -95,11 +95,12 @@ - + - - - - + + + @@ -290,6 +291,11 @@ export default { ]), }, methods: { + handleSortChange(sort) { + this.queryParams.sortProp = sort.prop + this.queryParams.order = sort.order + this.getList() + }, // 更新试剂库 handleGxwzk() { this.saveSimpleLog({jcmc:'更新物资库',jcmcEn:'Refresh'})