From 4e4ab82ea29911977f545143376aa5575ce3e8a3 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 16 Aug 2020 22:30:54 +0200 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0site=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=9C=A8Detail=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Detail.vue | 2 +- src/components/Film.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Detail.vue b/src/components/Detail.vue index 76f0ade..a123ba5 100644 --- a/src/components/Detail.vue +++ b/src/components/Detail.vue @@ -136,7 +136,7 @@ export default { this.$message.info('已存在') } else { const docs = { - site: this.detail.key, + site: this.detail.site, ids: this.info.id, name: this.info.name, type: this.info.type, diff --git a/src/components/Film.vue b/src/components/Film.vue index e309871..c1c9c8f 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -285,6 +285,7 @@ export default { this.detail = { show: true, key: site.key, + site: site, info: e } },