From 57a322c4b0bf4d513e2f7338332f17073ea5bb9a Mon Sep 17 00:00:00 2001 From: "DESKTOP-JT599KC\\Luan Shanshan" Date: Wed, 2 Mar 2022 15:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E6=A2=AF=E8=BD=A6=E4=BD=8D=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/property/accessCard.vue | 6 +++++- src/views/property/carPort.vue | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/property/accessCard.vue b/src/views/property/accessCard.vue index 34a5b24..fb6214c 100644 --- a/src/views/property/accessCard.vue +++ b/src/views/property/accessCard.vue @@ -4,6 +4,9 @@ + + + 搜索 新增 @@ -130,7 +133,8 @@ export default { queryParams: { pageIndex: 1, pageSize: 10, - descr: undefined + descr: undefined, + accesscardid: undefined }, // 表单参数 form: {}, diff --git a/src/views/property/carPort.vue b/src/views/property/carPort.vue index 4b017d9..630f674 100644 --- a/src/views/property/carPort.vue +++ b/src/views/property/carPort.vue @@ -4,6 +4,9 @@ + + + 搜索 新增 @@ -156,7 +159,8 @@ export default { queryParams: { pageIndex: 1, pageSize: 10, - descr: undefined + descr: undefined, + carportid: undefined }, // 表单参数 form: {},