From a47d4b8636e24ee60beede8340ea069a50705b0f Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Fri, 26 Apr 2024 14:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E6=B7=BB=E5=8A=A0change=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/SearchBar/SearchBar.vue | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9818932..4931ee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-brick-zj", - "version": "1.1.0", + "version": "1.1.1", "private": false, "description": "组件封装", "main": "index.js" diff --git a/src/components/SearchBar/SearchBar.vue b/src/components/SearchBar/SearchBar.vue index a7ae406..81f0003 100644 --- a/src/components/SearchBar/SearchBar.vue +++ b/src/components/SearchBar/SearchBar.vue @@ -80,6 +80,14 @@ ? 'width:200px' : 'width:148px' " + @change=" + item.onchange + ? $emit('datepicker-change', { + param: item.param, + value: formInline[item.param], + }) + : null + " />