根据标签autoCite显示参考文献

This commit is contained in:
2026-04-01 17:30:40 +08:00
parent 3f53a6c7d0
commit 1f29fb5baf
9 changed files with 2223 additions and 21 deletions

View File

@@ -1337,7 +1337,7 @@ export default {
// 5----重新获取加载参考文献
changeRefer(val) {
console.log('重新获取参考文献');
this.$api
.post('api/Production/getReferList', {
p_article_id: this.p_article_id
@@ -1348,7 +1348,7 @@ export default {
for (var i = 0; i < this.chanFerForm.length; i++) {
this.chanFerForm[i].edit_mark = 1;
}
console.log(this.chanFerForm);
})
.catch((err) => {
console.log(err);