tijiao
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user