From 817921d538016504d9f12ccd78270470e6aa3856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Mon, 25 Mar 2024 17:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=81=E8=A7=84=E5=8F=AF=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/checkManage/checkOperation.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index 6c2d02e..0a6e08f 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -28,12 +28,13 @@ - @@ -202,6 +203,10 @@ export default { Model, }, methods: { + filterOption(input, option) { + console.log("111"); + return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0; + }, handleChangeVlue(value){ this.checkObj.category = value },