diff --git a/project/fengdu/AppOutSource/AppArchives/components/Detail.vue b/project/fengdu/AppOutSource/AppArchives/components/Detail.vue index ce1b114e..88d3986e 100644 --- a/project/fengdu/AppOutSource/AppArchives/components/Detail.vue +++ b/project/fengdu/AppOutSource/AppArchives/components/Detail.vue @@ -81,7 +81,7 @@ export default { try { const {code, data} = await this.instance.post('/app/appshoparchives/queryDetailById', null, { params: { - id: this.parmas.id + id: this.params.id } }) if (code === 0) { diff --git a/project/fengdu/AppOutSource/AppArchives/components/List.vue b/project/fengdu/AppOutSource/AppArchives/components/List.vue index e30c4ff6..7d450b53 100644 --- a/project/fengdu/AppOutSource/AppArchives/components/List.vue +++ b/project/fengdu/AppOutSource/AppArchives/components/List.vue @@ -69,11 +69,12 @@ 删除