This commit is contained in:
‘937886381’
2025-12-30 19:36:05 +08:00
parent 7b3873f9ea
commit 20ef2b9763
158 changed files with 3059 additions and 462 deletions

View File

@@ -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
}
});
}