From 8d3a900919eb6108a41bab4096c2ace4d58f2bc5 Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 7 Nov 2023 17:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF-=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/phone/domesticStand.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/phone/domesticStand.vue b/src/pages/phone/domesticStand.vue index abdee82b7..55956c73c 100644 --- a/src/pages/phone/domesticStand.vue +++ b/src/pages/phone/domesticStand.vue @@ -131,7 +131,7 @@ export default { textStatusMap: {},// 文本状态id与name对应 natureMap:{}, lawsMap:{}, - textStatusName: '现行有效', + textStatus: '现行有效', standSystemKeys: [] } }, @@ -191,7 +191,7 @@ export default { selectIndex: 'stand', selectValue: this.searchKey, standSystem: this.standSystemKeys, - textStatusName: this.textStatusName, + textStatus: this.textStatus, selectType: 'titleSearch', standType: 'INLAND', page: this.page, @@ -229,7 +229,7 @@ export default { selectIndex: 'stand', selectValue: this.searchKey, standSystem: this.standSystemKeys, - textStatusName: this.textStatusName, + textStatus: this.textStatus, selectType: 'titleSearch', standType: 'FOREIGN', page: this.page, @@ -252,7 +252,7 @@ export default { selectIndex: 'bussstand', selectValue: this.searchKey, standSystem: this.standSystemKeys, - textStatusBussName: this.textStatusName, + textStatusBuss: this.textStatus, selectType: 'titleSearch', standType: 'bussstand', page: this.page, @@ -359,7 +359,7 @@ export default { selectIndex: 'stand', selectValue: this.searchKey, standSystem: this.standSystemKeys, - textStatusName: this.textStatusName, + textStatus: this.textStatus, selectType: 'titleSearch', standType: 'INLAND', page: this.page, @@ -415,7 +415,7 @@ export default { selectIndex: 'stand', selectValue: this.searchKey, standSystem: this.standSystemKeys, - textStatusName: this.textStatusName, + textStatus: this.textStatus, selectType: 'titleSearch', standType: 'FOREIGN', page: this.page, @@ -446,7 +446,7 @@ export default { selectIndex: 'bussstand', selectValue: this.searchKey, standSystem: this.standSystemKeys, - textStatusBussName: this.textStatusName, + textStatusBuss: this.textStatus, selectType: 'titleSearch', standType: 'bussstand', page: this.page, @@ -581,7 +581,7 @@ export default { }, setSearchQuery (searchQuery) { this.standSystemKeys = searchQuery.checkedKeys - this.textStatusName = searchQuery.textStatusName + this.textStatus = searchQuery.textStatusName this.onSearch() }, setStandSystemKeys (standSystemKeys) {