|
|
|
@ -465,8 +465,8 @@ export default {
|
|
|
|
|
|
|
|
|
|
showSearch: false,
|
|
|
|
|
filterQuery: {
|
|
|
|
|
tagStatus: this.tagStatus, //
|
|
|
|
|
tagStatusList: this.tagStatusList, //
|
|
|
|
|
// tagStatus: this.tagStatus, //
|
|
|
|
|
tagStatusList: [0,1,2], //
|
|
|
|
|
billNo: null,
|
|
|
|
|
busType: null,
|
|
|
|
|
workPlaceCode: null,
|
|
|
|
@ -477,6 +477,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
errQuery: {
|
|
|
|
|
tagStatusList: [4], //
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
},
|
|
|
|
@ -894,8 +895,8 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.filterQuery.tagStatus = String(this.tagStatus)
|
|
|
|
|
this.filterQuery.tagStatusList = this.tagStatusList
|
|
|
|
|
// this.filterQuery.tagStatus = String(this.tagStatus)
|
|
|
|
|
// this.filterQuery.tagStatusList = this.tagStatusList
|
|
|
|
|
this.findWorkPlace(this, '')
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|