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

@@ -179,6 +179,7 @@
<editPublicRefRdit
ref="editPublicRefRdit"
:chanFerForm="chanFerForm"
:chanFerFormRepeatList="chanFerFormRepeatList"
:gridData="gridData"
:p_article_id="p_article_id"
@ChanFerMashUp="ChanFerMashUp"
@@ -540,6 +541,7 @@ export default {
editFomschool: {},
chanFerForm: [],
chanFerFormRepeatList: [],
refProcess: 0,
refReal: 0,
refAarray: '',
@@ -958,6 +960,7 @@ export default {
})
.then((res) => {
this.chanFerForm = res.data.refers;
this.chanFerFormRepeatList = Object.values(res.data.repeat);
for (var i = 0; i < this.chanFerForm.length; i++) {
this.chanFerForm[i].edit_mark = 1;
if (this.chanFerForm[i].refer_frag != '') {
@@ -1464,6 +1467,7 @@ export default {
})
.then((res) => {
this.chanFerForm = res.data.refers;
this.chanFerFormRepeatList = Object.values(res.data.repeat);
for (var i = 0; i < this.chanFerForm.length; i++) {
this.chanFerForm[i].edit_mark = 1;
}