This commit is contained in:
2025-11-26 17:31:53 +08:00
parent deab83fc81
commit c6eca577c7
6 changed files with 16 additions and 131 deletions

View File

@@ -855,7 +855,7 @@ export default {
.then((res) => { loading.close();
this.chanFerForm = res.data.refers;
this.chanFerFormRepeatList = Object.values(res.data.repeat);
console.log('this.chanFerFormRepeatList at line 853:', this.chanFerFormRepeatList)
for (var i = 0; i < this.chanFerForm.length; i++) {
this.chanFerForm[i].edit_mark = 1;
if (this.chanFerForm[i].refer_frag != '') {