相关性检测

This commit is contained in:
2026-05-27 17:09:51 +08:00
parent d4e158105e
commit 7e8d367b82
12 changed files with 3262 additions and 392 deletions

View File

@@ -1343,7 +1343,7 @@ export default {
p_article_id: this.p_article_id
})
.then((res) => {
this.chanFerForm = res.data.refers;
this.chanFerForm = (res.data.refers || []).slice();
this.chanFerFormRepeatList = Object.values(res.data.repeat);
for (var i = 0; i < this.chanFerForm.length; i++) {
this.chanFerForm[i].edit_mark = 1;