|
|
@ -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 != "") { |
|
|
|