添加"备注"列到收藏试图

This commit is contained in:
haiyangcui
2020-08-05 16:39:46 +02:00
parent b8706ea432
commit 32f6ac0310
3 changed files with 6 additions and 3 deletions

View File

@@ -141,7 +141,8 @@ export default {
name: this.info.name,
type: this.info.type,
year: this.info.year,
last: this.info.last
last: this.info.last,
note: this.info.note
}
star.add(docs).then(res => {
this.$message.success('收藏成功')

View File

@@ -303,7 +303,8 @@ export default {
name: e.name,
type: e.type,
year: e.year,
last: e.last
last: e.last,
note: e.note
}
star.add(docs).then(res => {
this.$message.success('收藏成功')

View File

@@ -474,7 +474,8 @@ export default {
name: info.name,
type: info.type,
year: info.year,
last: info.last
last: info.last,
note: info.note
}
star.add(docs).then(res => {
this.$message.success('收藏成功')