修改
This commit is contained in:
@@ -59,6 +59,10 @@ export default {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
factory: {
|
||||
type: [String, Number],
|
||||
default: ''
|
||||
},
|
||||
month: {
|
||||
type: String,
|
||||
default: ''
|
||||
@@ -149,7 +153,8 @@ export default {
|
||||
path: path,
|
||||
query: {
|
||||
name: material,
|
||||
month: this.month
|
||||
month: this.month,
|
||||
factory: this.$route.query.factory ? this.$route.query.factory : this.factory
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user