|
|
|
@ -516,6 +516,11 @@ export default {
|
|
|
|
|
type: Object,
|
|
|
|
|
required: false,
|
|
|
|
|
},
|
|
|
|
|
isAudit: {
|
|
|
|
|
type: Boolean,
|
|
|
|
|
required: false,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
@ -642,8 +647,13 @@ export default {
|
|
|
|
|
this.filterQuery.startTime = null;
|
|
|
|
|
this.filterQuery.endTime = null;
|
|
|
|
|
}
|
|
|
|
|
// this.filterQuery.workPlaceCode = null
|
|
|
|
|
if (this.isAudit != null) {
|
|
|
|
|
this.filterQuery.workPlaceCode = null
|
|
|
|
|
} else {
|
|
|
|
|
this.filterQuery.workPlaceCode = this.$route.query.workplaceId
|
|
|
|
|
}
|
|
|
|
|
// this.filterQuery.workPlaceCode = null
|
|
|
|
|
|
|
|
|
|
// workPlaceCode: this.workplaceId,
|
|
|
|
|
this.filterQuery.busType = this.busType
|
|
|
|
|
// this.filterQuery.fromCorp = this.fromCorp
|
|
|
|
|