修改
This commit is contained in:
@@ -42,6 +42,10 @@ export default {
|
||||
type: Array,
|
||||
default: () => ([])
|
||||
},
|
||||
factory: {
|
||||
type: [String, Number],
|
||||
default: ''
|
||||
},
|
||||
// 可选:动态标题
|
||||
title: {
|
||||
type: String,
|
||||
@@ -96,6 +100,7 @@ export default {
|
||||
path: 'singleProcessingFuel',
|
||||
query: {
|
||||
name,
|
||||
factory: this.$route.query.factory ? this.$route.query.factory : this.factory
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user