|
@@ -164,7 +164,7 @@
|
|
|
GroupId: this.dictionary.groupId,
|
|
|
Type: this.dictionary.dictionaryType,
|
|
|
ProjectId: this.dictionary.projectId,
|
|
|
- Filters: `prodCode='${this.$route.params.code}'`
|
|
|
+ Filters: `prodCode='${this.$route.query.code}'`
|
|
|
}
|
|
|
prodTypeQuery(params, res => {
|
|
|
this.total = res.Total
|