添加site信息在Detail里

This commit is contained in:
haiyangcui
2020-08-16 22:30:54 +02:00
parent dd2adf4f99
commit 4e4ab82ea2
2 changed files with 2 additions and 1 deletions

View File

@@ -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,

View File

@@ -285,6 +285,7 @@ export default {
this.detail = {
show: true,
key: site.key,
site: site,
info: e
}
},