手机端-状态查询条件修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user