diff --git a/src/views/sce/sceInfo/index.vue b/src/views/sce/sceInfo/index.vue index 68a53a8..8e50fa0 100644 --- a/src/views/sce/sceInfo/index.vue +++ b/src/views/sce/sceInfo/index.vue @@ -1010,12 +1010,20 @@ export default { let data = this.ruleForm.radioImg .concat(this.ruleForm.radioMusic) .concat(this.ruleForm.radioVideo); + let a = [] let b = this.ruleForm.processesList.map((n)=>{ if(n.title != ''){ - this.ruleForm.processesList.push(n) + a.push(n) } }) - + this.ruleForm.processesList = a.map((n)=>{ + return{ + title:n.title, + code:n.code, + introduction:n.introduction, + sort:n.sort + } + }) let list = []; data.map(n => { if (n.url != "") {