邹畅 3 years ago
parent
commit
339617ad19
1 changed files with 10 additions and 0 deletions
  1. 10
      src/views/sce/sceInfo/index.vue

10
src/views/sce/sceInfo/index.vue

@ -1010,6 +1010,16 @@ export default {
let data = this.ruleForm.radioImg
.concat(this.ruleForm.radioMusic)
.concat(this.ruleForm.radioVideo);
this.ruleForm.processesList = this.ruleForm.processesList.map((n)=>{
if(n.title != ''){
return{
title:n.title,
code:n.code,
introduction:n.introduction,
sort:n.sort
}
}
})
let list = [];
data.map(n => {
if (n.url != "") {

Loading…
Cancel
Save