|
@@ -181,7 +181,7 @@ export default {
|
|
|
this.loading = true
|
|
this.loading = true
|
|
|
let whereParams = {}
|
|
let whereParams = {}
|
|
|
const allRequests = []
|
|
const allRequests = []
|
|
|
- if (this.$route.name === 'wjjflsz') {
|
|
|
|
|
|
|
+ if (this.$route?.meta?.name === 'wjjflsz') {
|
|
|
this.categoryKey = 'FILE_TYPE'
|
|
this.categoryKey = 'FILE_TYPE'
|
|
|
const keys = ['FILE_TYPE', 'FLOW_TYPE']
|
|
const keys = ['FILE_TYPE', 'FLOW_TYPE']
|
|
|
keys.forEach(item => {
|
|
keys.forEach(item => {
|