From 2ff20d4fc5047012c3f4da340343a0acc60b19e4 Mon Sep 17 00:00:00 2001
From: wanglei <1336977847@qq.com>
Date: Wed, 26 Jun 2024 09:30:48 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E9=97=A8=E5=BA=97=E6=A1=A3=E6=A1=88?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../fengdu/AppOutSource/AppArchives/components/Detail.vue | 2 +-
project/fengdu/AppOutSource/AppArchives/components/List.vue | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
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 @@
删除
-
导入
-