|
|
@ -518,7 +518,8 @@ export default {
|
|
|
|
curRow: null,
|
|
|
|
curRow: null,
|
|
|
|
panelALive: false,
|
|
|
|
panelALive: false,
|
|
|
|
busQuery: {
|
|
|
|
busQuery: {
|
|
|
|
workplaceCode: '',
|
|
|
|
busKey: '',
|
|
|
|
|
|
|
|
workplaceCode: null,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 100
|
|
|
|
limit: 100
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -674,7 +675,9 @@ export default {
|
|
|
|
_this.errQuery.startTime = null;
|
|
|
|
_this.errQuery.startTime = null;
|
|
|
|
_this.errQuery.endTime = null;
|
|
|
|
_this.errQuery.endTime = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// _this.errQuery = _this.filterQuery
|
|
|
|
_this.errQuery.tagStatus = 4;
|
|
|
|
_this.errQuery.tagStatus = 4;
|
|
|
|
|
|
|
|
_this.errQuery.tagStatusList = [4]
|
|
|
|
orderPage(_this.errQuery).then(res => {
|
|
|
|
orderPage(_this.errQuery).then(res => {
|
|
|
|
_this.loading = false
|
|
|
|
_this.loading = false
|
|
|
|
_this.errList = res.data.list || []
|
|
|
|
_this.errList = res.data.list || []
|
|
|
@ -887,7 +890,7 @@ export default {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
getHead("prescribeDownloadOrigin", "1").then((re) => {
|
|
|
|
getHead("prescribeDownloadOrigin", "1").then((re) => {
|
|
|
@ -911,6 +914,7 @@ export default {
|
|
|
|
// this.filterQuery.tagStatus = String(this.tagStatus)
|
|
|
|
// this.filterQuery.tagStatus = String(this.tagStatus)
|
|
|
|
// this.filterQuery.tagStatusList = this.tagStatusList
|
|
|
|
// this.filterQuery.tagStatusList = this.tagStatusList
|
|
|
|
this.findWorkPlace(this, '')
|
|
|
|
this.findWorkPlace(this, '')
|
|
|
|
|
|
|
|
this.getWorkBindBusTypes(this, '')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|