手机端-状态查询条件修改

This commit is contained in:
zyn
2023-11-07 17:30:57 +08:00
parent a465ac2243
commit 8d3a900919
+8 -8
View File
@@ -131,7 +131,7 @@ export default {
textStatusMap: {},// 文本状态id与name对应 textStatusMap: {},// 文本状态id与name对应
natureMap:{}, natureMap:{},
lawsMap:{}, lawsMap:{},
textStatusName: '现行有效', textStatus: '现行有效',
standSystemKeys: [] standSystemKeys: []
} }
}, },
@@ -191,7 +191,7 @@ export default {
selectIndex: 'stand', selectIndex: 'stand',
selectValue: this.searchKey, selectValue: this.searchKey,
standSystem: this.standSystemKeys, standSystem: this.standSystemKeys,
textStatusName: this.textStatusName, textStatus: this.textStatus,
selectType: 'titleSearch', selectType: 'titleSearch',
standType: 'INLAND', standType: 'INLAND',
page: this.page, page: this.page,
@@ -229,7 +229,7 @@ export default {
selectIndex: 'stand', selectIndex: 'stand',
selectValue: this.searchKey, selectValue: this.searchKey,
standSystem: this.standSystemKeys, standSystem: this.standSystemKeys,
textStatusName: this.textStatusName, textStatus: this.textStatus,
selectType: 'titleSearch', selectType: 'titleSearch',
standType: 'FOREIGN', standType: 'FOREIGN',
page: this.page, page: this.page,
@@ -252,7 +252,7 @@ export default {
selectIndex: 'bussstand', selectIndex: 'bussstand',
selectValue: this.searchKey, selectValue: this.searchKey,
standSystem: this.standSystemKeys, standSystem: this.standSystemKeys,
textStatusBussName: this.textStatusName, textStatusBuss: this.textStatus,
selectType: 'titleSearch', selectType: 'titleSearch',
standType: 'bussstand', standType: 'bussstand',
page: this.page, page: this.page,
@@ -359,7 +359,7 @@ export default {
selectIndex: 'stand', selectIndex: 'stand',
selectValue: this.searchKey, selectValue: this.searchKey,
standSystem: this.standSystemKeys, standSystem: this.standSystemKeys,
textStatusName: this.textStatusName, textStatus: this.textStatus,
selectType: 'titleSearch', selectType: 'titleSearch',
standType: 'INLAND', standType: 'INLAND',
page: this.page, page: this.page,
@@ -415,7 +415,7 @@ export default {
selectIndex: 'stand', selectIndex: 'stand',
selectValue: this.searchKey, selectValue: this.searchKey,
standSystem: this.standSystemKeys, standSystem: this.standSystemKeys,
textStatusName: this.textStatusName, textStatus: this.textStatus,
selectType: 'titleSearch', selectType: 'titleSearch',
standType: 'FOREIGN', standType: 'FOREIGN',
page: this.page, page: this.page,
@@ -446,7 +446,7 @@ export default {
selectIndex: 'bussstand', selectIndex: 'bussstand',
selectValue: this.searchKey, selectValue: this.searchKey,
standSystem: this.standSystemKeys, standSystem: this.standSystemKeys,
textStatusBussName: this.textStatusName, textStatusBuss: this.textStatus,
selectType: 'titleSearch', selectType: 'titleSearch',
standType: 'bussstand', standType: 'bussstand',
page: this.page, page: this.page,
@@ -581,7 +581,7 @@ export default {
}, },
setSearchQuery (searchQuery) { setSearchQuery (searchQuery) {
this.standSystemKeys = searchQuery.checkedKeys this.standSystemKeys = searchQuery.checkedKeys
this.textStatusName = searchQuery.textStatusName this.textStatus = searchQuery.textStatusName
this.onSearch() this.onSearch()
}, },
setStandSystemKeys (standSystemKeys) { setStandSystemKeys (standSystemKeys) {