This commit is contained in:
chenxf 2026-01-26 11:04:09 +08:00
parent 8f67e42fdc
commit 0333edbdeb
1 changed files with 1262 additions and 1257 deletions

View File

@ -2961,11 +2961,16 @@ export default {
this.yzwfSpForm.handledate = this.$moment().format('YYYY-MM-DD HH:mm:ss')
this.xfShForm.handledate = this.$moment().format('YYYY-MM-DD HH:mm:ss')
this.xfSpForm.handledate = this.$moment().format('YYYY-MM-DD HH:mm:ss')
if (this.$route.query.activeNamet && sessionStorage.getItem('activeNamet') !== this.$route.query.activeNamet) {
sessionStorage.setItem('activeNamet', this.$route.query.activeNamet)
this.activeName = this.$route.query.activeName
} else {
if (!sessionStorage.getItem('activeName')) {
this.activeName = this.$route.query.activeName ? this.$route.query.activeName : 'all'
} else {
this.activeName = sessionStorage.getItem('activeName')
}
}
if (this.$route.query.bustype !== undefined && this.$route.query.bustype !== 'undefined') {
const list = []
list.push(this.$route.query.bustype)